We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd4719b commit 3b15239Copy full SHA for 3b15239
.travis.yml
@@ -111,7 +111,6 @@ addons:
111
- libesd0-dev
112
- libdbus-1-dev
113
- libudev-dev
114
- - libgles1-mesa-dev
115
- libgles2-mesa-dev
116
- libegl1-mesa-dev
117
- libibus-1.0-dev
appveyor.yml
@@ -1,13 +1,18 @@
1
version: 0.1-{build}
2
3
-os:
4
- - Windows Server 2012 R2
+image: Visual Studio 2017
+
5
+platform:
6
+- x64
7
8
environment:
9
NSIS_ROOT: C:\nsis
10
11
configuration: Release
12
13
+cache:
14
+ - C:\Tools\vcpkg\installed\
15
16
install:
17
- cinst -y -installArgs /D=%NSIS_ROOT% nsis.install
18
- cmd: set VCPKG_DEFAULT_TRIPLET=x64-windows
0 commit comments