Skip to content

Commit

Permalink
Improve CI testing
Browse files Browse the repository at this point in the history
also enable CXXFLAGS="-D_GLIBCXX_DEBUG" in CI.

closes #2692

No functional change.
  • Loading branch information
vondele committed May 23, 2020
1 parent cdf5cfd commit 669b5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ script:
- echo "Reference bench:" $benchref
#
# Verify bench number against various builds
- export CXXFLAGS=-Werror
- export CXXFLAGS="-Werror -D_GLIBCXX_DEBUG"
- make clean && make -j2 ARCH=x86-64 optimize=no debug=yes build && ../tests/signature.sh $benchref
- make clean && make -j2 ARCH=x86-32 optimize=no debug=yes build && ../tests/signature.sh $benchref
- make clean && make -j2 ARCH=x86-32 build && ../tests/signature.sh $benchref
Expand Down

0 comments on commit 669b5d8

Please sign in to comment.