mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-24 04:49:09 +00:00
script: use a parallel build on Travis
This commit is contained in:
parent
0782fc43f8
commit
ebda097076
@ -15,7 +15,7 @@ export GITTEST_REMOTE_URL="git://localhost/test.git"
|
|||||||
mkdir _build
|
mkdir _build
|
||||||
cd _build
|
cd _build
|
||||||
cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS || exit $?
|
cmake .. -DCMAKE_INSTALL_PREFIX=../_install $OPTIONS || exit $?
|
||||||
cmake --build . --target install || exit $?
|
make -j2 install || exit $?
|
||||||
ctest -V . || exit $?
|
ctest -V . || exit $?
|
||||||
|
|
||||||
# Now that we've tested the raw git protocol, let's set up ssh to we
|
# Now that we've tested the raw git protocol, let's set up ssh to we
|
||||||
|
Loading…
Reference in New Issue
Block a user