mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
travis: let cmake perform the build & install step
The goal is to let cmake manage the parallelism
This commit is contained in:
@@ -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 $?
|
||||
|
||||
Reference in New Issue
Block a user