Skip to content

Commit

Permalink
Reconfigure appveyor to get eigen from gitlab
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCurtis-TRI committed Aug 25, 2020
1 parent b76a965 commit 367d392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ before_build:
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 &&
cmake -E tar zxf eigen-eigen-dc6cfdf9bcec.tar.gz &&
cd eigen-eigen-dc6cfdf9bcec &&
curl -LO https://gitlab.com/libeigen/eigen/-/archive/3.2.9/eigen-3.2.9.tar.gz &&
cmake -E tar zxf eigen-3.2.9.tar.gz &&
cd eigen-3.2.9
mkdir build &&
cd build &&
cmake -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_BUILD_TYPE=%Configuration% .. &&
Expand Down

0 comments on commit 367d392

Please sign in to comment.