浏览代码

Try to add CGAL to the Windows build.

Former-commit-id: 2898aef59f58bd735fb5d50e528c71ca89c29403
Jérémie Dumas 7 年之前
父节点
当前提交
788d7c7e3f
共有 1 个文件被更改,包括 7 次插入1 次删除
  1. 7 1
      .appveyor.yml

+ 7 - 1
.appveyor.yml

@@ -12,7 +12,13 @@ install:
   - cinstall: python
 build_script:
   - echo Running cmake...
-  - cd c:\projects\libigl\tutorial
+  - cd c:\projects\libigl
+  - cd external
+  - mkdir build
+  - cd build
+  - cmake ..
+  - msbuild %MSBuildOptions% libigl_external.sln
+  - cd ../../tutorial
   - mkdir build
   - cd build
   - cmake -D "LIBIGL_USE_STATIC_LIBRARY=ON" -D "LIBIGL_WITH_ANTTWEAKBAR=OFF" -G "Visual Studio 14 2015 Win64" ../