Skip to content

Commit

Permalink
Add appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
IntelOrca committed Mar 29, 2018
1 parent 220dde6 commit ec28b6b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
image: ubuntu
build_script:
- sh: ./package.sh
artifacts:
- path: 'artifacts\objects.zip'
deploy:
provider: GitHub
auth_token:
secure: 49K/y43epwh5Sb8uY1l/TbIFRPcEq6fraQaYGS0bgWQJfONznd6hCqPUCg7WSX16
artifact: artifacts\objects.zip
draft: true
on:
branch: master
appveyor_repo_tag: true
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
mkdir artifacts > /dev/null
rm artifacts/objects.zip
pushd objects > /dev/null
zip -r9 ../artifacts/objects.zip *
zip -r9 ../artifacts/objects.zip rct2 rct2ww rct2tt
popd > /dev/null

0 comments on commit ec28b6b

Please sign in to comment.