Skip to content

Commit

Permalink
CI: updated build images for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Nov 3, 2019
1 parent bd4719b commit 3b15239
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ addons:
- libesd0-dev
- libdbus-1-dev
- libudev-dev
- libgles1-mesa-dev
- libgles2-mesa-dev
- libegl1-mesa-dev
- libibus-1.0-dev
Expand Down
9 changes: 7 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
version: 0.1-{build}

os:
- Windows Server 2012 R2
image: Visual Studio 2017

platform:
- x64

environment:
NSIS_ROOT: C:\nsis

configuration: Release

cache:
- C:\Tools\vcpkg\installed\

install:
- cinst -y -installArgs /D=%NSIS_ROOT% nsis.install
- cmd: set VCPKG_DEFAULT_TRIPLET=x64-windows
Expand Down

0 comments on commit 3b15239

Please sign in to comment.