Skip to content

Commit

Permalink
ci debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Aug 23, 2024
1 parent a1b95e6 commit 7fc08f2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,16 @@ jobs:
# Runs a set of commands using the runners shell
- name: automake
run: brew install autoconf automake libtool

- name: build cryptoTools
run: python3 build.py -D ENABLE_SODIUM=ON -D ENABLE_SSE=OFF -D CRYPTO_TOOLS_STD_VER=17 -DFETCH_SODIUM=ON


- name: list
run: ls out/libsodium/



- name: unit tests
run: ./out/build/osx/frontend_cryptoTools/frontend_cryptoTools -u

Expand Down
1 change: 0 additions & 1 deletion thirdparty/getSodium.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ if(NOT SODIUM_FOUND)

run(NAME "Autogen" CMD ${AUTOGEN_CMD} WD ${CLONE_DIR})
run(NAME "Configure" CMD ${CONFIGURE_CMD} WD ${CLONE_DIR})
run(NAME "ls" CMD "ls ." WD ${CLONE_DIR})
run(NAME "Build" CMD ${BUILD_CMD} WD ${CLONE_DIR})
run(NAME "Install" CMD ${INSTALL_CMD} WD ${CLONE_DIR})
run(NAME "Install2" CMD "mkdir" "-p" "${OC_THIRDPARTY_INSTALL_PREFIX}/lib/cmake/libsodium" WD ${CLONE_DIR})
Expand Down

0 comments on commit 7fc08f2

Please sign in to comment.