Browse Source

Windows CI: another one

Kim Kulling 10 years ago
parent
commit
4813120385
1 changed files with 1 additions and 2 deletions
  1. 1 2
      appveyor.yml

+ 1 - 2
appveyor.yml

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