summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2021-12-18 17:30:50 +0100
committerGitHub <noreply@github.com>2021-12-18 17:30:50 +0100
commitb6c7f781cc14732380216959c3fb3f7dc73defe9 (patch)
tree76aa28ed03255ef02e8f77a2827da189be1d541e /.appveyor.yml
parenta05c6bf4c18bf880b4305065582cfd26cf7e3d23 (diff)
Should be cached
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index a10628ef..bb705bad 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -38,9 +38,6 @@ 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