summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Rouvreau <vincent.rouvreau@inria.fr>2022-01-03 14:49:01 +0100
committerVincent Rouvreau <vincent.rouvreau@inria.fr>2022-01-03 14:49:01 +0100
commit11c133d47506d88d5edc959512bf3b5ff43ebe49 (patch)
tree943117635af6ac5794cfcc49b8e0897626238f0e
parent5eb591bee0cae488af7e5b49f94d0f1c02840fd3 (diff)
parent6b8f24647a6f290f4e2f2f307de660dfae93cc90 (diff)
Merge branch 'master' into python_3_10_pip_package
-rw-r--r--.appveyor.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index d5e35780..33458a28 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -10,7 +10,7 @@ configuration:
environment:
# update the vcpkg cache even if build fails
- #APPVEYOR_SAVE_CACHE_ON_ERROR: true
+ # APPVEYOR_SAVE_CACHE_ON_ERROR: true
PYTHON: "C:\\Python39-x64"
PYTHONPATH: "C:\\Python39-x64\\lib\\site-packages"
CMAKE_VCPKG_FLAGS: -DVCPKG_TARGET_TRIPLET=x64-windows -DCMAKE_TOOLCHAIN_FILE=c:\Tools\vcpkg\scripts\buildsystems\vcpkg.cmake
@@ -38,6 +38,9 @@ init:
install:
- git submodule update --init
+ - vcpkg update
+ - vcpkg remove --outdated
+ - vcpkg upgrade --no-dry-run
- vcpkg install boost-filesystem:x64-windows boost-test:x64-windows boost-program-options:x64-windows tbb:x64-windows eigen3:x64-windows cgal:x64-windows
- dir "C:\Tools\vcpkg\installed\x64-windows\bin\"
- vcpkg integrate install