Windows CI: add missing cmakefile reference to build script.
parent
cb3326b6fe
commit
0dca6acd84
|
@ -21,5 +21,5 @@ build:
|
||||||
build_script:
|
build_script:
|
||||||
- cd c:\projects\assimp
|
- cd c:\projects\assimp
|
||||||
- cd
|
- cd
|
||||||
- cmake -G"Visual Studio 11" ..
|
- cmake CMakeLists.txt -G"Visual Studio 11" ..
|
||||||
- msbuild /m /p:Configuration=Release /p:Platform="Win32" Assimp.sln
|
- msbuild /m /p:Configuration=Release /p:Platform="Win32" Assimp.sln
|
||||||
|
|
Loading…
Reference in New Issue