Skip to content

Commit

Permalink
Build fuzz harness in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
elichai committed May 7, 2020
1 parent f894863 commit c1ce466
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ exhaustive_tests
gen_context
valgrind_ctime_test
fuzz_public
fuzz_recovery
fuzz_ecdh
*.exe
*.so
*.a
Expand Down
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ matrix:
env: # The same as above but without endomorphism.
- BIGNUM=no ENDOMORPHISM=no ASM=x86_64 EXPERIMENTAL=yes ECDH=yes RECOVERY=yes
- VALGRIND=yes EXTRAFLAGS="--disable-openssl-tests CPPFLAGS=-DVALGRIND" BUILD=
- compiler: clang
env:
- BIGNUM=no ENDOMORPHISM=no ASM=no EXPERIMENTAL=yes ECDH=yes RECOVERY=yes
- EXTRAFLAGS="--enable-fuzz" BENCH= CTIMETEST=

before_script: ./autogen.sh

Expand Down

0 comments on commit c1ce466

Please sign in to comment.