Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ladnir committed Oct 25, 2024
1 parent 0363932 commit bd00248
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ jobs:
submodules: recursive

# Runs a set of commands using the runners shell
- name: build boost
run: python3 build.py --setup --boost --par=4
#- name: build boost
# run: python3 build.py --setup --boost --par=4

- name: build relic
run: python3 build.py --setup --relic --par=4
# - name: build relic
# run: python3 build.py --setup --relic --par=4

- name: build sodium
run: python3 build.py --setup --sodium --par=4
# - name: build sodium
# run: python3 build.py --setup --sodium --par=4

- name: build cryptoTools
run: python3 build.py --par=4 -DENABLE_RELIC=ON -D ENABLE_SODIUM=ON -DENABLE_CIRCUITS=ON
run: python3 build.py --par=4 #-DENABLE_RELIC=ON -D ENABLE_SODIUM=ON -DENABLE_CIRCUITS=ON

- name: unit tests
run: ./out/build/linux/frontend_cryptoTools/frontend_cryptoTools -u
Expand Down

0 comments on commit bd00248

Please sign in to comment.