소스 검색

Windows CI: another one

Kim Kulling 10 년 전
부모
커밋
4813120385
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  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