MuseScore/.appveyor.yml

90 lines
2.4 KiB
YAML
Raw Normal View History

2017-12-21 18:39:12 +01:00
# clone directory
clone_folder: C:\MuseScore
# set clone depth
clone_depth: 3 # clone entire repository history if not defined
image: Visual Studio 2017
branches:
only:
- master
2017-12-21 18:39:12 +01:00
# build cache to preserve files/folders between builds
cache:
- dependencies.7z
# - qt-5.12.1-msvc.7z # if not using AppVeyor's built-in Qt in before_build.bat
2017-12-21 18:39:12 +01:00
- C:\Qt\Tools\mingw530_32\lib
- C:\Qt\Tools\mingw530_32\i686-w64-mingw32
- C:\Program Files (x86)\Jack
- C:\MuseScore\build.release\thirdparty
- C:\ccache
# build platform, i.e. x86, x64, Any CPU. This setting is optional.
platform:
- x86
- x64
2017-12-21 18:39:12 +01:00
#environment:
# build Configuration, i.e. Debug, Release, etc.
configuration: Release
# Stop Appveyor from "Discovering Tests"
test: off
matrix:
fast_finish: true # stop all jobs if any job fails
#allow_failures: # list jobs allowed to fail without stopping the rest
2017-12-21 18:39:12 +01:00
install:
2018-01-02 09:56:13 +01:00
- IF DEFINED ENCRYPT_SECRET_SSH (
2017-12-28 22:20:48 +01:00
nuget install secure-file -ExcludeVersion &&
secure-file\tools\secure-file -decrypt C:\MuseScore\build\appveyor\resources\osuosl_nighlies_rsa_nopp.enc -secret %ENCRYPT_SECRET_SSH%
)
2018-03-13 17:04:37 +01:00
- IF DEFINED ENCRYPT_SECRET_CERTIFICATE (
nuget install secure-file -ExcludeVersion &&
secure-file\tools\secure-file -decrypt C:\MuseScore\build\appveyor\resources\musescore.p12.enc -secret %ENCRYPT_SECRET_CERTIFICATE%
)
2017-12-21 18:39:12 +01:00
# scripts to run before build
before_build:
2018-03-13 17:04:37 +01:00
- cmd: C:\MuseScore\build\appveyor\before_build.bat
2017-12-21 18:39:12 +01:00
2018-03-13 17:04:37 +01:00
build_script:
- cmd: C:\MuseScore\build\appveyor\build_script.bat
2017-12-21 18:39:12 +01:00
after_build:
2018-03-13 17:04:37 +01:00
- cmd: C:\MuseScore\build\appveyor\after_build.bat
2017-12-28 22:20:48 +01:00
2017-12-21 18:39:12 +01:00
artifacts:
- path: $(ARTIFACT_NAME)
name: musescore-binary
- path: update_win_nightly.xml
name: update_win_nightly.xml
- path: appcast.xml
name: appcast.xml
2017-12-21 18:39:12 +01:00
deploy:
- provider: S3
access_key_id:
secure: k68f3wMKIC5AzrfNMuC4kdPaxzvKdFVkRsietUKqc+E=
secret_access_key:
secure: IbpdpiHzGfMasaSA6uGrskE4xu9wE+HzElW7tIDOUww+ivHj+gN+mPgUHKCcV9Cn
bucket: update.musescore.org
region: us-east-1
set_public: true
artifact: update_win_nightly.xml
# uncomment in stable release
# - provider: S3
# access_key_id:
# secure: k68f3wMKIC5AzrfNMuC4kdPaxzvKdFVkRsietUKqc+E=
# secret_access_key:
# secure: IbpdpiHzGfMasaSA6uGrskE4xu9wE+HzElW7tIDOUww+ivHj+gN+mPgUHKCcV9Cn
# bucket: sparkle.musescore.org
# folder: testing/3/win/
# region: us-east-1
# set_public: true
# artifact: appcast.xml