Skip to content

Commit

Permalink
Create appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cagdasgerede authored Mar 22, 2018
1 parent 9790c86 commit 4ddbad6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
install:
- cmd: choco install wget
- cmd: wget https://github.com/libexpat/libexpat/releases/download/R_2_2_5/expat-win32bin-2.2.5.exe --output-document=C:\expat.exe
- cmd: C:\expat.exe /silent
- cmd: msbuild "Src\Win32\Dasher.sln"
- cmd: if exist Src\Win32\Target\Release\Dasher.exe appveyor exit
- cmd: if not exist Src\Win32\Target\Release\Dasher.exe exit 1

environment:
expat: 'C:\Program Files (x86)\Expat 2.2.5'
GENERATOR: Visual Studio 15 2017
PLATFORM: Win32
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017

build: off

0 comments on commit 4ddbad6

Please sign in to comment.