43 lines
1.3 KiB
YAML
43 lines
1.3 KiB
YAML
image:
|
|
- Ubuntu
|
|
- Visual Studio 2017
|
|
|
|
environment:
|
|
CURL_VERSION: 7.56.1
|
|
CEF_VERSION: 3.3440.1805.gbe070f9
|
|
APPVEYOR_YML_DISABLE_PS_LINUX: true
|
|
|
|
install:
|
|
- git submodule update --init --recursive
|
|
- cmd: C:\projects\obs-studio\CI\install-script-win.cmd
|
|
- sh: ./CI/install-dependencies-linux-ubuntu16.sh
|
|
- sh: ./CI/before-script-linux.sh
|
|
- sh: ./CI/install-script-linux.sh
|
|
|
|
build_script:
|
|
- cmd: call msbuild /m /p:Configuration=%build_config% C:\projects\obs-studio\build32\obs-studio.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
|
- cmd: call msbuild /m /p:Configuration=%build_config% C:\projects\obs-studio\build64\obs-studio.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
|
- sh: cd ./build && make -j4 && cd -
|
|
|
|
before_deploy:
|
|
- cmd: C:\projects\obs-studio\CI\before-deploy-win.cmd
|
|
|
|
deploy_script:
|
|
- ps: Push-AppveyorArtifact "build.zip" -FileName "$(git describe).zip"
|
|
|
|
test: off
|
|
|
|
cache:
|
|
- dependencies2017.zip
|
|
- vlc.zip
|
|
- 'cef_binary_%CEF_VERSION%_windows32.zip'
|
|
- 'cef_binary_%CEF_VERSION%_windows64.zip'
|
|
|
|
notifications:
|
|
- provider: Webhook
|
|
url:
|
|
secure: k1kpaz4CB5Rg5a3MTb4XKnd76fJ+9ozz5RACVnNjdgmAjA1OSssZ6LZ3g0NGfzc/
|
|
headers:
|
|
Authorization:
|
|
secure: A0PBwpHtsYzBOuye1EeS0fl562T0NZEInwZp0ZVER1wLQSeE6gzWGrRo2a0E7hii
|