增加判断处理器数量的脚本,实现并行编译功能,增加CI速度。

This commit is contained in:
Lu Qiuwen
2018-09-23 20:39:21 +08:00
parent d0ab629f4c
commit 67db4fcc04
3 changed files with 89 additions and 5 deletions

View File

@@ -3,8 +3,4 @@ stages:
build:
stage: build
script:
- mkdir build
- cd build
- cmake .. -DCMAKE_BUILD_TYPE=Debug
- make
script: ./ci/travis.sh