Skip to content

Commit

Permalink
Add AppVeyor files
Browse files Browse the repository at this point in the history
  • Loading branch information
Prince213 committed Apr 26, 2020
1 parent 46a3523 commit a1184b7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 1.0.{build}
image:
- Visual Studio 2019
platform:
- x86
- x64
environment:
CoreVersion: 2020.02.1
ZefVersion: 0.8.3
build_script:
- cmd: call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" %PLATFORM%
- ps: .\BuildAndPackage.ps1 -CoreVersion "$env:CoreVersion" -ZefVersion "$env:ZefVersion" -Postfix "-$env:PLATFORM"
artifacts:
- path: rakudo-$(CoreVersion)-$(PLATFORM).zip

0 comments on commit a1184b7

Please sign in to comment.