1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-11-28 10:24:20 +01:00

Limit travis-ci ambuild concurrent jobs to 4.

This commit is contained in:
Nicholas Hastings 2015-05-12 06:45:12 -04:00
parent 13fc9723b0
commit 98e715463a

View File

@ -18,4 +18,4 @@ before_script:
script:
- mkdir build && cd build
- CC=clang-3.5 CXX=clang-3.5 python ../configure.py --enable-optimize
- ambuild
- ambuild --jobs=4