Create appveyor.yml

This commit is contained in:
oddMLan 2019-09-29 19:11:24 -07:00
parent 773a2aed77
commit b60d6a03fd
1 changed files with 20 additions and 0 deletions

20
appveyor.yml Normal file
View File

@ -0,0 +1,20 @@
image: Visual Studio 2015
build:
project: Project64.sln
parallel: true
verbosity: minimal
platform:
- Win32
- x64
configuration:
- Release
before_build:
- for /f "tokens=1 delims=" %%a in ('git describe --tags --long --dirty') do set current_tag=%%a
- appveyor UpdateBuild -Version %current_tag%
after_build:
- Source/Script/package_zip.cmd %current_tag%-%platform%.zip %platform%
artifacts:
- path: Package/*.zip