Windows CI: fix working directory.

pull/612/head
Kim Kulling 2015-07-13 00:40:17 +02:00
parent 0dca6acd84
commit c275db757a
1 changed files with 1 additions and 2 deletions

View File

@ -20,6 +20,5 @@ build:
build_script:
- cd c:\projects\assimp
- cd
- cmake CMakeLists.txt -G"Visual Studio 11" ..
- cmake CMakeLists.txt -G "Visual Studio 11"
- msbuild /m /p:Configuration=Release /p:Platform="Win32" Assimp.sln