forked from alicevision/popsift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
38 lines (30 loc) · 977 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
version: '1.0.{build}'
image: Visual Studio 2015
platform:
- x64
configuration:
- Release
- Debug
#environment:
# matrix:
# - DBUILD_SHARED_LIBS: 0
# - DBUILD_SHARED_LIBS: 1
install:
- cmd: >-
call cudaInstallAppveyor.cmd
- vcpkg upgrade --no-dry-run
- vcpkg install
boost-system boost-program-options boost-thread boost-filesystem
--triplet %PLATFORM%-windows
# devil
before_build:
- md build
- cd build
- cmake -G "Visual Studio 14 2015" -A x64 -T v140,host=x64 -DBUILD_SHARED_LIBS=%DBUILD_SHARED_LIBS% -DPopSift_BUILD_DOCS:BOOL=OFF -DPopSift_USE_POSITION_INDEPENDENT_CODE:BOOL=%DBUILD_SHARED_LIBS% -DPopSift_BUILD_EXAMPLES:BOOL=ON -DCMAKE_BUILD_TYPE=%configuration% -DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake ..
- ls -l
build:
verbosity: detailed
project: $(APPVEYOR_BUILD_FOLDER)\build\PopSift.sln
parallel: true
cache:
- c:\tools\vcpkg\installed\