Removing unsupported '--parallel'.
This commit is contained in:
parent
ef8c2c434e
commit
59195bd5dc
|
@ -37,7 +37,7 @@ build_script:
|
||||||
- mkdir build
|
- mkdir build
|
||||||
- cd build
|
- cd build
|
||||||
- cmake --version
|
- cmake --version
|
||||||
- cmake %CMAKE_ARGS% --parallel ..
|
- cmake %CMAKE_ARGS% ..
|
||||||
- cmake -LH ..
|
- cmake -LH ..
|
||||||
- cmake --build . --config %Configuration% --verbose --parallel
|
- cmake --build . --config %Configuration% --verbose --parallel
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue