forked from etternagame/etterna
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
33 lines (26 loc) · 809 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
version: 5.0.12.{build}.{branch}
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2015
configuration: Release
shallow_clone: true
clone_folder: C:\etterna
install:
- cmd: choco install nsis
before_build:
- cmd: >-
mkdir build && cd build
"C:\Program Files (x86)\cmake\bin\cmake" .. -G "Visual Studio 14 2015"
del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
build:
project: C:\etterna\build\StepMania.sln
verbosity: normal
after_build:
- cmd: msbuild "C:\etterna\build\PACKAGE.vcxproj" /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
notifications:
- provider: Email
to:
- etternadevs@gmail.com
on_build_success: false
on_build_failure: true
on_build_status_changed: true