File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,16 +18,16 @@ if [[ $JOB_NAME != *"code-coverage" && $JOB_NAME != *"limited-build" ]]; then
18
18
# Cleanup
19
19
./waf --color=yes distclean
20
20
21
- # Build in release mode without tests
22
- ./waf --color=yes configure
21
+ # Build in release mode with examples
22
+ ./waf --color=yes configure --with-examples
23
23
./waf --color=yes build
24
24
25
25
# Cleanup
26
26
./waf --color=yes distclean
27
27
fi
28
28
29
- # Build in debug mode with tests and examples
30
- ./waf --color=yes configure --debug --with-tests --with-examples $ASAN $COVERAGE
29
+ # Build in debug mode with tests
30
+ ./waf --color=yes configure --debug --with-tests $ASAN $COVERAGE
31
31
./waf --color=yes build
32
32
33
33
# (tests will be run against the debug version)
You can’t perform that action at this time.
0 commit comments