Browse Source

Try to add CGAL to the Windows build.

Former-commit-id: 2898aef59f58bd735fb5d50e528c71ca89c29403
Jérémie Dumas 7 năm trước cách đây
mục cha
commit
788d7c7e3f
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  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" ../