diff --git a/appveyor.yml b/appveyor.yml index 5e112c154..6e5c146a1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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