Browse Source

Windows CI: fix working directory.

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

+ 1 - 2
appveyor.yml

@@ -20,6 +20,5 @@ build:
 
 
 build_script:
 build_script:
  - cd c:\projects\assimp
  - 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
  - msbuild /m /p:Configuration=Release /p:Platform="Win32" Assimp.sln