Commit 4e7bff0d by Etienne Samson Committed by Patrick Steinhardt

travis: let cmake perform the build & install step

The goal is to let cmake manage the parallelism

(cherry picked from commit 1f4ada2a)
parent 6b63e4bf
......@@ -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