Skip to content

Commit ec3f5a9

Browse files
committed
script: cibuild: build examples
1 parent fc29391 commit ec3f5a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/cibuild.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ java -jar poxyproxy.jar -d --port 8080 --credentials foo:bar &
2020
mkdir _build
2121
cd _build
2222
# shellcheck disable=SC2086
23-
cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS || exit $?
23+
cmake .. -DBUILD_EXAMPLES=ON -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS || exit $?
2424
make -j2 install || exit $?
2525

2626
# If this platform doesn't support test execution, bail out now

0 commit comments

Comments
 (0)