File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ matrix:
39
39
- libwww-perl
40
40
- g++-5
41
41
- libubsan0
42
+ - unzip
42
43
before_install :
43
44
- mkdir bin ; ln -s /usr/bin/gcc-5 bin/gcc
44
45
# env: COMPILER=g++-5 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover -fno-omit-frame-pointer"
@@ -58,21 +59,20 @@ matrix:
58
59
- clang-3.7
59
60
- libstdc++-5-dev
60
61
- libubsan0
62
+ - unzip
61
63
before_install :
62
64
- mkdir bin ; ln -s /usr/bin/clang-3.7 bin/gcc
63
65
# env: COMPILER=clang++-3.7 SAN_FLAGS="-fsanitize=undefined -fno-sanitize-recover=undefined,integer -fno-omit-frame-pointer"
64
66
env : COMPILER=clang++-3.7 STATICLINK=-static
65
67
66
68
- env : NAME="CPP-LINT"
67
69
script : scripts/travis_lint.sh || true
68
- - env : NAME="LIB-ZIP"
69
- script : cd src; make zlib-download && make libzip-download && make libzip-build
70
70
71
71
script :
72
72
- if [ -L bin/gcc ] ; then export PATH=$PWD/bin:$PATH ; fi ;
73
73
COMMAND="make -C src minisat2-download" &&
74
74
eval ${PRE_COMMAND} ${COMMAND} &&
75
- COMMAND="make -C src CXX=$COMPILER CXXFLAGS=\"-Wall -O2 -g - Werror -Wno-deprecated-register -pedantic -Wno-sign-compare\" -j2" &&
75
+ COMMAND="make -C src CXX=$COMPILER CXXFLAGS=\"-Wall -O2 -Werror -Wno-deprecated-register -pedantic -Wno-sign-compare\" -j2" &&
76
76
eval ${PRE_COMMAND} ${COMMAND} &&
77
77
COMMAND="env UBSAN_OPTIONS=print_stacktrace=1 make -C regression test" &&
78
78
eval ${PRE_COMMAND} ${COMMAND} &&
You can’t perform that action at this time.
0 commit comments