Commit 1bfc31de authored by Davis King's avatar Davis King

Reduce parallelism in build to avoid travis running out of RAM.

parent 6acebf5e
...@@ -12,7 +12,7 @@ if [ "$VARIANT" = "test" ]; then ...@@ -12,7 +12,7 @@ if [ "$VARIANT" = "test" ]; then
fi fi
if [ "$VARIANT" = "examples" ]; then if [ "$VARIANT" = "examples" ]; then
../cmake/bin/cmake ../examples -DCMAKE_BUILD_TYPE=Release ../cmake/bin/cmake ../examples -DCMAKE_BUILD_TYPE=Release
../cmake/bin/cmake --build . -- -j 2 ../cmake/bin/cmake --build . -- -j 1
fi fi
if [ "$VARIANT" = "python-api" ]; then if [ "$VARIANT" = "python-api" ]; then
......
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