mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-21 13:11:33 +00:00
Quick appveyor.yml cleanup
This commit is contained in:
parent
d3da51bbb2
commit
1ac091e5b5
1 changed files with 12 additions and 1 deletions
13
appveyor.yml
13
appveyor.yml
|
@ -2,6 +2,8 @@ version: "{build}"
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
|
- master
|
||||||
|
- /openmw-.*$/
|
||||||
- appveyor
|
- appveyor
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
|
@ -13,9 +15,11 @@ configuration: Debug
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
|
# For the Qt, Boost, CMake, etc installs
|
||||||
os: unstable
|
os: unstable
|
||||||
|
|
||||||
#shallow_clone: true
|
# We want the git revision for versioning,
|
||||||
|
# so shallow clones don't work.
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
|
@ -41,3 +45,10 @@ build_script:
|
||||||
- cmd: msbuild %build%\OpenMW.sln /t:Build /p:Configuration=%configuration% /m:2 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
- cmd: msbuild %build%\OpenMW.sln /t:Build /p:Configuration=%configuration% /m:2 /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||||
|
|
||||||
test: off
|
test: off
|
||||||
|
|
||||||
|
#notifications:
|
||||||
|
# - provider: Email
|
||||||
|
# to:
|
||||||
|
# -
|
||||||
|
# on_build_failure: true
|
||||||
|
# on_build_status_changed: true
|
||||||
|
|
Loading…
Reference in a new issue