forked from stream-labs/obs-studio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathslobs-appveyor.yml
64 lines (53 loc) · 1.77 KB
/
slobs-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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
version: 23.0.0-sl.{build}
image:
- Visual Studio 2017
clone_depth: 1
environment:
matrix:
- CefBuildConfig: Release
BuildConfig: RelWithDebInfo
ReleaseName: release
- CefBuildConfig: Debug
BuildConfig: Debug
ReleaseName: debug
CURL_VERSION: 7.56.1
CmakeGenerator: Visual Studio 15 2017
DepsPath32: $(APPVEYOR_BUILD_FOLDER)\dependencies2017\win32
DepsPath64: $(APPVEYOR_BUILD_FOLDER)\dependencies2017\win64
BuildPath32: $(APPVEYOR_BUILD_FOLDER)\build32
BuildPath64: $(APPVEYOR_BUILD_FOLDER)\build64
InstallPath: $(APPVEYOR_BUILD_FOLDER)\packed_build
CefVersion: 3.3578.1859.g3563564
CefDirName: cef_binary_$(CefVersion)_windows64
CefPath: $(APPVEYOR_BUILD_FOLDER)\$(CefDirName)
CefBuildPath: $(CefPath)\build
CefZip: $(CefDirName).zip
CefUrl: https://s3-us-west-2.amazonaws.com/streamlabs-cef-dist/$(CefZip)
ReleaseArtifact: libobs-$(ReleaseName)-$(APPVEYOR_BUILD_VERSION)-win32-x64.7z
DependenciesUrl: https://obsproject.com/downloads/dependencies2017.zip
install:
- git submodule update --init --recursive --jobs 2
- mkdir "%BuildPath32%"
- mkdir "%BuildPath64%"
build_script:
- cmd: CI\win-build.cmd
after_build:
- mkdir "%InstallPath%\deps\w32-pthreads"
- copy C:\projects\obs-studio\deps\w32-pthreads "%InstallPath%\deps\w32-pthreads"
- 7z a "%ReleaseArtifact%" "%InstallPath%\*"
artifacts:
- path: $(ReleaseArtifact)
name: Release Artifact
deploy:
- provider: S3
access_key_id:
secure: 80Jl7kcnucSWpDReQ3K6JK/R9vVwnAQYADH2MVSNYts=
secret_access_key:
secure: tGpzwrP05lsjPbKNChsVCZUW9d+CCKac08aL1e5nOHhkaOYVgCZxqJDy0J1cV9cd
bucket: obsstudios3.streamlabs.com
region: us-west-2
set_public: true
artifact: $(ReleaseArtifact)
on:
branch: streamlabs-23.0.0
test: off