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