Skip to content

Commit bd00248

Browse files
committed
ci
1 parent 0363932 commit bd00248

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ jobs:
2727
submodules: recursive
2828

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

33-
- name: build relic
34-
run: python3 build.py --setup --relic --par=4
33+
# - name: build relic
34+
# run: python3 build.py --setup --relic --par=4
3535

36-
- name: build sodium
37-
run: python3 build.py --setup --sodium --par=4
36+
# - name: build sodium
37+
# run: python3 build.py --setup --sodium --par=4
3838

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

4242
- name: unit tests
4343
run: ./out/build/linux/frontend_cryptoTools/frontend_cryptoTools -u

0 commit comments

Comments
 (0)