mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 17:40:39 +00:00
Use parallel builds on travis
This commit is contained in:
@@ -20,4 +20,4 @@ if [[ "$RELEASE_BUILD" == "1" ]]; then
|
||||
else
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||
fi
|
||||
make
|
||||
make -j2
|
||||
|
||||
@@ -3,4 +3,5 @@
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -DCMAKE_BUILD_TYPE=Debug ..
|
||||
make
|
||||
echo "Building with $(nproc) jobs"
|
||||
make -j2
|
||||
|
||||
Reference in New Issue
Block a user