Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into fix-nearest-points
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrés Valenzuela committed Jun 14, 2017
2 parents ee065f8 + 9867320 commit 055dadd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ before_build:
curl -L -o libccd-2.0.tar.gz https://github.com/danfis/libccd/archive/v2.0.tar.gz &&
cmake -E tar zxf libccd-2.0.tar.gz &&
cd libccd-2.0 &&
cmake -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_BUILD_TYPE=%Configuration% . &&
mkdir build &&
cd build &&
cmake -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_BUILD_TYPE=%Configuration% -DCCD_DOUBLE=True .. &&
cmake --build . --target install --config %Configuration% &&
cd ..
cd ..\..
) else (echo Using cached libccd)
- cmd: if not exist C:\"Program Files"\Eigen\include\eigen3\Eigen\Core (
curl -L -o eigen-eigen-dc6cfdf9bcec.tar.gz https://bitbucket.org/eigen/eigen/get/3.2.9.tar.gz &&
Expand Down

0 comments on commit 055dadd

Please sign in to comment.