forked from alicevision/QtOIIO
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappveyor.yml
More file actions
40 lines (30 loc) · 817 Bytes
/
appveyor.yml
File metadata and controls
40 lines (30 loc) · 817 Bytes
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
39
40
version: '1.0.{build}'
image: Visual Studio 2017
configuration:
- Release
platform:
- x64
environment:
QT5: C:\Qt\5.13\msvc2017_64
# APPVEYOR_SAVE_CACHE_ON_ERROR: true
install:
- vcpkg list
- vcpkg install
openimageio
--triplet %PLATFORM%-windows
- vcpkg list
before_build:
- md build
- cd build
- cmake .. -G "Visual Studio 14 2015 Win64"
-DCMAKE_BUILD_TYPE=%CONFIGURATION%
-DCMAKE_PREFIX_PATH=%QT5%
-DCMAKE_TOOLCHAIN_FILE=c:/tools/vcpkg/scripts/buildsystems/vcpkg.cmake
build:
project: $(APPVEYOR_BUILD_FOLDER)\build\INSTALL.vcxproj
verbosity: minimal
# comment the above and uncomment the following to just build the dependencies
# build_script:
# - echo "Dependencies installed."
cache:
c:\tools\vcpkg\installed\