summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-24 11:08:26 +0200
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-05-24 11:08:26 +0200
commitf207bb43ff379e343f7aae070139f38327980d97 (patch)
tree3d345bd8d1f1c8a3bbf019bdf984281c2ced128c /.appveyor.yml
parent7f351401bf457315ff3cd91aa451ec603c3a9ed3 (diff)
Add all boost dependencies
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 6a3fa5d6..8624ffd9 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -33,7 +33,7 @@ init:
- echo %target%
install:
- - vcpkg install boost-program-options:x64-windows eigen3:x64-windows cgal:x64-windows
+ - vcpkg install boost-serialization:x64-windows boost-datetime:x64-windows boost-system:x64-windows boost-filesystem:x64-windows boost-unit_test_framework:x64-windows boost-thread:x64-windows boost-program-options:x64-windows eigen3:x64-windows cgal:x64-windows
- pip install -U setuptools numpy matplotlib scipy Cython pytest sphinx sphinxcontrib-bibtex
build_script: