2018-05-18 21:48:07 -07:00
|
|
|
image: Visual Studio 2017
|
2017-01-18 20:50:40 -08:00
|
|
|
environment:
|
2017-11-25 14:02:36 -08:00
|
|
|
CURL_VERSION: 7.56.1
|
2018-08-23 15:53:37 -07:00
|
|
|
CEF_VERSION: 3.3440.1805.gbe070f9
|
2017-01-18 20:50:40 -08:00
|
|
|
|
|
|
|
install:
|
|
|
|
- git submodule update --init --recursive
|
2018-09-18 12:12:28 -07:00
|
|
|
- cmd: C:\projects\obs-studio\CI\install-script-win.cmd
|
2017-01-23 14:19:46 -08:00
|
|
|
|
|
|
|
build_script:
|
2017-02-23 01:37:42 -08:00
|
|
|
- call msbuild /m /p:Configuration=%build_config% C:\projects\obs-studio\build32\obs-studio.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
|
|
|
- call msbuild /m /p:Configuration=%build_config% C:\projects\obs-studio\build64\obs-studio.sln /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
2017-01-23 14:19:46 -08:00
|
|
|
|
|
|
|
before_deploy:
|
|
|
|
- C:\projects\obs-studio\CI\before-deploy-win.cmd
|
2017-01-18 20:50:40 -08:00
|
|
|
|
2017-01-23 14:19:46 -08:00
|
|
|
deploy_script:
|
2017-02-24 04:25:53 -08:00
|
|
|
- ps: Push-AppveyorArtifact "build.zip" -FileName "$(git describe).zip"
|
|
|
|
|
|
|
|
test: off
|
2017-02-24 06:34:54 -08:00
|
|
|
|
|
|
|
cache:
|
2018-05-18 21:48:07 -07:00
|
|
|
- dependencies2017.zip
|
2017-02-24 06:34:54 -08:00
|
|
|
- vlc.zip
|
2018-08-23 15:53:37 -07:00
|
|
|
- 'cef_binary_%CEF_VERSION%_windows32.zip'
|
|
|
|
- 'cef_binary_%CEF_VERSION%_windows64.zip'
|
2018-07-22 11:54:55 -07:00
|
|
|
|
|
|
|
notifications:
|
|
|
|
- provider: Webhook
|
|
|
|
url:
|
|
|
|
secure: k1kpaz4CB5Rg5a3MTb4XKnd76fJ+9ozz5RACVnNjdgmAjA1OSssZ6LZ3g0NGfzc/
|
|
|
|
headers:
|
|
|
|
Authorization:
|
|
|
|
secure: A0PBwpHtsYzBOuye1EeS0fl562T0NZEInwZp0ZVER1wLQSeE6gzWGrRo2a0E7hii
|