citra/appveyor.yml

42 lines
641 B
YAML
Raw Normal View History

2016-09-02 13:25:26 +00:00
version: 0.0.{build}
os: Visual Studio 2015
2016-09-02 13:25:26 +00:00
clone_depth: 5
platform:
2015-02-08 14:23:33 +00:00
- x64
configuration:
- Release
2015-01-11 17:33:44 +00:00
install:
- git submodule update --init --recursive
2015-01-11 17:33:44 +00:00
before_build:
- mkdir build
- cd build
- cmake -G "Visual Studio 14 2015 Win64" -DCITRA_USE_BUNDLED_QT=1 -DCITRA_USE_BUNDLED_SDL2=1 ..
2015-01-11 17:33:44 +00:00
- cd ..
2016-09-02 13:25:26 +00:00
after_build:
- cmd: 7z a release.7z C:\projects\citra-30v4x\build\bin\*
2016-03-20 14:58:24 +00:00
build:
project: build/citra.sln
parallel: true
2016-09-02 13:25:26 +00:00
artifacts:
2016-09-02 13:25:26 +00:00
- path: release.7z
2016-09-02 13:25:26 +00:00
name: release
2016-09-02 13:25:26 +00:00
deploy:
- provider: GitHub
auth_token:
secure: U0ksP/ootcmbZcebIK89O8CPgjsKAnDiFVKWA1qyqTyAAlvD/gJ7zIPiVCrppKkD
draft: true
prerelease: true