2016-09-02 13:25:26 +00:00
|
|
|
version: 0.0.{build}
|
2016-01-04 22:55:53 +00:00
|
|
|
os: Visual Studio 2015
|
|
|
|
|
2016-09-02 13:25:26 +00:00
|
|
|
clone_depth: 5
|
|
|
|
|
2015-01-15 06:07:18 +00:00
|
|
|
platform:
|
2015-02-08 14:23:33 +00:00
|
|
|
- x64
|
2015-01-15 06:07:18 +00:00
|
|
|
|
|
|
|
configuration:
|
|
|
|
- Release
|
2015-01-11 17:33:44 +00:00
|
|
|
|
|
|
|
install:
|
2015-07-07 19:22:26 +00:00
|
|
|
- git submodule update --init --recursive
|
2015-01-11 17:33:44 +00:00
|
|
|
|
|
|
|
before_build:
|
|
|
|
- mkdir build
|
|
|
|
- cd build
|
2016-03-01 17:24:18 +00:00
|
|
|
- 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\*
|
2015-01-24 15:45:06 +00:00
|
|
|
|
2016-03-20 14:58:24 +00:00
|
|
|
build:
|
|
|
|
project: build/citra.sln
|
|
|
|
parallel: true
|
|
|
|
|
2016-09-01 13:39:20 +00:00
|
|
|
|
2016-09-02 13:25:26 +00:00
|
|
|
artifacts:
|
2016-09-01 13:39:20 +00:00
|
|
|
|
2016-09-02 13:25:26 +00:00
|
|
|
- path: release.7z
|
2016-09-01 16:47:31 +00:00
|
|
|
|
2016-09-02 13:25:26 +00:00
|
|
|
name: release
|
2015-05-25 18:34:09 +00:00
|
|
|
|
2016-09-02 13:25:26 +00:00
|
|
|
deploy:
|
|
|
|
- provider: GitHub
|
|
|
|
auth_token:
|
|
|
|
secure: U0ksP/ootcmbZcebIK89O8CPgjsKAnDiFVKWA1qyqTyAAlvD/gJ7zIPiVCrppKkD
|
|
|
|
draft: true
|
|
|
|
prerelease: true
|
2015-05-25 18:34:09 +00:00
|
|
|
|