Quick appveyor.yml cleanup

coverity_scan
Alexander "Ace" Olofsson 9 years ago
parent d3da51bbb2
commit 1ac091e5b5

@ -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…
Cancel
Save