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:
Clownacy 2020-01-23 20:02:30 +00:00
parent f1c59e466d
commit f84289a190

View file

@ -164,7 +164,8 @@ before_script:
script: script:
# CMake build # CMake build
- if [ "${TRAVIS_OS_NAME}" != "windows" ]; then - |
if [ "${TRAVIS_OS_NAME}" != "windows" ]; then
cd ${CMAKE_BUILD_DIR} cd ${CMAKE_BUILD_DIR}
$mingw32 cmake --build . --config $CMAKE_BUILD_TYPE --parallel $JOBS $mingw32 cmake --build . --config $CMAKE_BUILD_TYPE --parallel $JOBS
cd .. cd ..