Good to experience that YAML is a complicated mess for myself now!

This commit is contained in:
Pietro Gagliardi 2018-05-17 10:01:13 -04:00
parent 26e5843083
commit 4748828a2e
1 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,8 @@ before_build:
- ren "C:\Program Files\Git\usr\bin\sh.exe" _sh.exe - ren "C:\Program Files\Git\usr\bin\sh.exe" _sh.exe
build_script: build_script:
- 'C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe' cpucount.cpp && .\cpucount.exe - |
C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\bin\CL.exe cpucount.cpp && .\cpucount.exe
- md build && cd build - md build && cd build
- cmake -G "%CMAKE_GENERATOR%" %CMAKE_FLAGS% .. - cmake -G "%CMAKE_GENERATOR%" %CMAKE_FLAGS% ..
- if %compiler%==mingw ( mingw32-make tester examples ) - if %compiler%==mingw ( mingw32-make tester examples )