Oops
This commit is contained in:
parent
4e9f498dd3
commit
18817c7633
|
@ -41,7 +41,7 @@ before_build:
|
|||
- ren "C:\Program Files\Git\usr\bin\sh.exe" _sh.exe
|
||||
|
||||
build_script:
|
||||
- cl 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
|
||||
- cmake -G "%CMAKE_GENERATOR%" %CMAKE_FLAGS% ..
|
||||
- if %compiler%==mingw ( mingw32-make tester examples )
|
||||
|
|
Loading…
Reference in New Issue