arg fix dumb type
I really really really really really really should have done these commit on a branch, and just squashed them together before merging them back to the regular branch.
This commit is contained in:
parent
f1c59e466d
commit
f84289a190
1 changed files with 2 additions and 1 deletions
|
@ -164,7 +164,8 @@ before_script:
|
|||
|
||||
script:
|
||||
# CMake build
|
||||
- if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
|
||||
- |
|
||||
if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
|
||||
cd ${CMAKE_BUILD_DIR}
|
||||
$mingw32 cmake --build . --config $CMAKE_BUILD_TYPE --parallel $JOBS
|
||||
cd ..
|
||||
|
|
Loading…
Add table
Reference in a new issue