We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc29391 commit ec3f5a9Copy full SHA for ec3f5a9
script/cibuild.sh
@@ -20,7 +20,7 @@ java -jar poxyproxy.jar -d --port 8080 --credentials foo:bar &
20
mkdir _build
21
cd _build
22
# shellcheck disable=SC2086
23
-cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS || exit $?
+cmake .. -DBUILD_EXAMPLES=ON -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS || exit $?
24
make -j2 install || exit $?
25
26
# If this platform doesn't support test execution, bail out now
0 commit comments