Hooray Microsoft
This commit is contained in:
parent
911ef405c7
commit
d6ced62aab
|
@ -42,7 +42,7 @@ before_build:
|
||||||
|
|
||||||
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\vcvars32.bat" && cl 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 )
|
||||||
|
|
Loading…
Reference in New Issue