Skip to content

Commit efdb872

Browse files
committed
ci: skip examples in code-coverage builds
Change-Id: Ib2d466c6df4ea12906e7e3376796597cbe0a4c2c
1 parent 3f3a063 commit efdb872

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.jenkins.d/10-build.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ if [[ $JOB_NAME != *"code-coverage" && $JOB_NAME != *"limited-build" ]]; then
1818
# Cleanup
1919
./waf --color=yes distclean
2020

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
2323
./waf --color=yes build
2424

2525
# Cleanup
2626
./waf --color=yes distclean
2727
fi
2828

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
3131
./waf --color=yes build
3232

3333
# (tests will be run against the debug version)

0 commit comments

Comments
 (0)