Commit 1f4ada2a by Etienne Samson

travis: let cmake perform the build & install step

The goal is to let cmake manage the parallelism
parent 234443e3
......@@ -25,4 +25,4 @@ mkdir _build
cd _build
# shellcheck disable=SC2086
cmake .. -DBUILD_EXAMPLES=ON -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS || exit $?
make -j2 install || exit $?
cmake --build . --target install || exit $?
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment