We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a042759 commit f188527Copy full SHA for f188527
.travis.yml
@@ -23,8 +23,9 @@ script:
23
- ./bootstrap
24
- mkdir build
25
- cd build
26
- - if [ $DEBUG = "debug" ]; then ../configure --enable-debug; else ../configure; fi
27
- - if [ $DEBUG = "debug" ]; then make check; else make; make check; fi
+ - if [ $DEBUG = "debug" ]; then ../configure --enable-debug --disable-shared; else ../configure; fi
+ - make
28
+ - make check
29
after_success:
30
- if [ $DEBUG = "debug" ]; then ../ci-report-coverage; fi
31
matrix:
0 commit comments