forked from Revolutionary-Games/Thrive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.appveyor.yml
37 lines (29 loc) · 832 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
version: 1.0.{build}-{branch}
environment:
BOOST_ROOT: C:/Libraries/boost_1_69_0
PATH: C:\Ruby25-x64\bin;$(PATH);C:\cygwin64\bin
VULKAN_SDK: C:/VulkanSDK/1.1.114.0
GIT_LFS_SKIP_SMUDGE: 1
image:
- Visual Studio 2017
platform: x64
cache:
- ThirdParty
- assets
- VulkanSDK.exe
- .git/lfs/objects
install:
- gem install os colorize rubyzip json sha3
- if not exist VulkanSDK.exe curl -L --silent --show-error --output VulkanSDK.exe https://vulkan.lunarg.com/sdk/download/1.1.114.0/windows/VulkanSDK-1.1.114.0-Installer.exe?Human=true
- VulkanSDK.exe /S
build_script:
- git lfs pull
# - ruby SetupThrive.rb --precompiled
# test_script:
# - cd build\bin
# - .\ThriveTest ~[xrequired]
# This takes too much space to work
# artifacts:
# - path: build/bin
# name: bin folder
# type: zip