Skip to content

Commit 9848d33

Browse files
committed
ci: Eigen moved
1 parent fd1fc1f commit 9848d33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ install:
2121
python -W ignore -m pip install --upgrade pip wheel
2222
python -W ignore -m pip install pytest numpy --no-warn-script-location
2323
- ps: |
24-
Start-FileDownload 'http://bitbucket.org/eigen/eigen/get/3.3.3.zip'
25-
7z x 3.3.3.zip -y > $null
26-
$env:CMAKE_INCLUDE_PATH = "eigen-eigen-67e894c6cd8f;$env:CMAKE_INCLUDE_PATH"
24+
Start-FileDownload 'https://gitlab.com/libeigen/eigen/-/archive/3.3.7/eigen-3.3.7.zip'
25+
7z x eigen-3.3.7.zip -y > $null
26+
$env:CMAKE_INCLUDE_PATH = "eigen-3.3.7;$env:CMAKE_INCLUDE_PATH"
2727
build_script:
2828
- cmake -G "%CMAKE_GENERATOR%" -A "%CMAKE_ARCH%"
2929
-DCMAKE_CXX_STANDARD=14

0 commit comments

Comments
 (0)