...
This commit is contained in:
parent
88169689af
commit
01b218ef4d
1 changed files with 3 additions and 1 deletions
|
@ -172,8 +172,10 @@ before_script:
|
|||
|
||||
script:
|
||||
# CMake build
|
||||
- cd ${CMAKE_BUILD_DIR}
|
||||
- ls
|
||||
- ls ${CMAKE_BUILD_DIR}
|
||||
- ls ${CMAKE_BUILD_DIR2}
|
||||
- cd ${CMAKE_BUILD_DIR}
|
||||
- $mingw32 cmake --build . --config $CMAKE_BUILD_TYPE --parallel $JOBS
|
||||
- cd ..
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue