Skip to content

Commit

Permalink
ci: add test job with -DVERIFY
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 10, 2022
1 parent 8ce4a6c commit e520a9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cirrus.yml
Expand Up @@ -78,6 +78,7 @@ task:
- env: {WIDEMUL: int128, ECDH: yes, SCHNORRSIG: yes}
- env: {WIDEMUL: int128, ASM: x86_64}
- env: { RECOVERY: yes, SCHNORRSIG: yes}
- env: {CTIMETEST: no, RECOVERY: yes, ECDH: yes, SCHNORRSIG: yes, CPPFLAGS: -DVERIFY}
- env: {BUILD: distcheck, WITH_VALGRIND: no, CTIMETEST: no, BENCH: no}
- env: {CPPFLAGS: -DDETERMINISTIC}
- env: {CFLAGS: -O0, CTIMETEST: no}
Expand Down

0 comments on commit e520a9a

Please sign in to comment.