浏览代码

Fix appveyor build: disable bugger mingw config.

Kim Kulling 8 年之前
父节点
当前提交
43e1cae2ea
共有 2 个文件被更改,包括 2 次插入4 次删除
  1. 2 3
      appveyor.yml
  2. 0 1
      code/CMakeLists.txt

+ 2 - 3
appveyor.yml

@@ -17,7 +17,7 @@ platform:
 configuration:
   - 14 2015
   - 12 2013
-  - MinGW
+  #- MinGW
   #- 10 2010 # only works for x86
 
 init:
@@ -27,7 +27,7 @@ install:
 # Make compiler command line tools available
 - call c:\projects\assimp\scripts\appveyor\compiler_setup.bat
 
-build_script:  
+build_script:
 - cd c:\projects\assimp
 - if "%platform%" equ "x64" (cmake CMakeLists.txt -G "Visual Studio %Configuration% Win64")
 - if "%platform%" equ "x86" (cmake CMakeLists.txt -G "Visual Studio %Configuration%")
@@ -40,4 +40,3 @@ after_build:
 artifacts:
   - path: assimp.7z
     name: assimp_lib
-

+ 0 - 1
code/CMakeLists.txt

@@ -642,7 +642,6 @@ ADD_ASSIMP_IMPORTER( GLTF
   glTFExporter.cpp
 )
 
-
 ADD_ASSIMP_IMPORTER( 3MF
     D3MFImporter.h
     D3MFImporter.cpp