Skip to content

Commit 3b15239

Browse files
committed
CI: updated build images for windows
1 parent bd4719b commit 3b15239

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ addons:
111111
- libesd0-dev
112112
- libdbus-1-dev
113113
- libudev-dev
114-
- libgles1-mesa-dev
115114
- libgles2-mesa-dev
116115
- libegl1-mesa-dev
117116
- libibus-1.0-dev

appveyor.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
version: 0.1-{build}
22

3-
os:
4-
- Windows Server 2012 R2
3+
image: Visual Studio 2017
4+
5+
platform:
6+
- x64
57

68
environment:
79
NSIS_ROOT: C:\nsis
810

911
configuration: Release
1012

13+
cache:
14+
- C:\Tools\vcpkg\installed\
15+
1116
install:
1217
- cinst -y -installArgs /D=%NSIS_ROOT% nsis.install
1318
- cmd: set VCPKG_DEFAULT_TRIPLET=x64-windows

0 commit comments

Comments
 (0)