-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathappveyor.yml
46 lines (38 loc) · 1.05 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
image:
# should we move to MSVC 2019?
- Visual Studio 2017
environment:
CURL_VERSION: 7.56.1
CEF_VERSION: 3.3440.1805.gbe070f9
install:
- git submodule update --init --recursive
- cmd: C:\projects\obs-studio-webrtc\CI\install-script-win.cmd
- cmd: c:\projects\obs-studio-webrtc\CI\configure-script-win.cmd
build_script:
# - cmake --build . --config Release
- ctest -D Experimental -C Release
- cpack
# before_deploy:
# - cmd: C:\projects\obs-studio\CI\before-deploy-win.cmd
artifacts:
path: .\build64\*.exe
name: ebs_nsis_pkg
deploy:
provider: S3
access_key_id: AKIAYXRCU62VKJZZE24B
secret_access_key:
secure: MWAO/izckyR6UQeJGTYb/fEz7bj/udBXDsAvlJXTI9e/V/l7DEf+LQFjNOOfw0Nj
bucket: ebs-build
region: us-east-1
folder: appveyor-builds
artifact: ebs_nsis_pkg
test: off
cache:
# TODO: check for msvc 2019
- dependencies2017.zip
- vlc.zip
# right now, we just remove this option which takes otherwise a lot of space
# - 'cef_binary_%CEF_VERSION%_windows64.zip'
- Qt_5.14.2.7z
- libWebRTC-79-win.tar.gz
- openssl-1.1.zip