Browse Source

Windows CI: another one

Kim Kulling 10 năm trước cách đây
mục cha
commit
4813120385
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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