Skip to content

Commit

Permalink
ci: add -DVERIFY to one of the test jobs
Browse files Browse the repository at this point in the history
This detects benchmarks that crash when VERIFY is defined.
  • Loading branch information
jonasnick committed Dec 9, 2022
1 parent 8ce4a6c commit 96de508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ task:
- env: {WIDEMUL: int128, RECOVERY: yes, SCHNORRSIG: yes}
- env: {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes}
- env: {WIDEMUL: int128, ASM: x86_64}
- env: { RECOVERY: yes, SCHNORRSIG: yes}
- env: {CPPFLAGS: -DVERIFY,RECOVERY: yes,ECDH: yes, SCHNORRSIG: yes}
- env: {BUILD: distcheck, WITH_VALGRIND: no, CTIMETEST: no, BENCH: no}
- env: {CPPFLAGS: -DDETERMINISTIC}
- env: {CFLAGS: -O0, CTIMETEST: no}
Expand Down

0 comments on commit 96de508

Please sign in to comment.