@@ -14,15 +14,7 @@ environment:
1414
1515 - RuntimeURL : https://atom.io/download/atom-shell
1616 RuntimeName : iojs
17- <<<<<<< HEAD
1817 RuntimeVersion : v1.8.4
19- =======
20- RuntimeVersion : v3.0.0-beta.1
21-
22- - RuntimeURL : https://atom.io/download/atom-shell
23- RuntimeName : iojs
24- RuntimeVersion : v2.0.1
25- >>>>>>> 795609bcf39b6497244dddae0d01e1190a705e4a
2618
2719 NodeVersion : 9
2820 SLBuildDirectory : streamlabs-build
@@ -37,10 +29,6 @@ environment:
3729 secure : hr+VpykbGiCI5I0ltiqH667wh/YQx2Fi5SBLfkOWHSg=
3830 UnsignedArtifact : $(RuntimeName)-$(RuntimeVersion)-unsigned
3931 SignedArtifact : $(RuntimeName)-$(RuntimeVersion)-signed
40- <<<<<<< HEAD
41- =======
42- OBSVersion : 21.1.2
43- >>>>>>> 795609bcf39b6497244dddae0d01e1190a705e4a
4432
4533install :
4634 - ps : Install-Product node $env:NodeVersion
@@ -51,11 +39,7 @@ install:
5139 - ps : 7z x -o"lib-streamlabs-ipc/third-party/" protobuf.7z
5240
5341build_script :
54- <<<<<<< HEAD
5542 - cmake -H. -B"%SLBuildDirectory%" -G"%SLGenerator%" -T"host=%SLArch%" -DNODEJS_BUILD=TRUE -DNODEJS_URL="%RuntimeURL%" -DNODEJS_NAME="%RuntimeName%" -DNODEJS_VERSION="%RuntimeVersion%" -DCMAKE_INSTALL_PREFIX="%SLFullDistributePath%\obs-studio-node" -DCMAKE_SYSTEM_VERSION=10.0.16299.91
56- =======
57- - cmake -H. -B"%SLBuildDirectory%" -G"%SLGenerator%" -DCMAKE_INSTALL_PREFIX="%SLFullDistributePath%\obs-studio-node" -DNODEJS_NAME=%RuntimeName% -DNODEJS_URL=%RuntimeURL% -DNODEJS_VERSION=%RuntimeVersion%
58- >>>>>>> 795609bcf39b6497244dddae0d01e1190a705e4a
5943 - cmake --build %SLBuildDirectory% --target install --config RelWithDebInfo
6044 - tar cvaf "%UnsignedArtifact%.tar.gz" -C "%SLFullDistributePath%" "obs-studio-node"
6145
@@ -67,23 +51,14 @@ before_deploy:
6751 if ($LASTEXITCODE -ne 0) {
6852 exit 1
6953 }
70-
7154 - ps : |
7255 Get-ChildItem -Recurse "$env:SLFullDistributePath" -Include "*.dll","*.node","*.exe" |
7356 Foreach-Object {
7457 & "$env:SignTool" sign /as /p "$env:StreamlabsSecret" /f CI\streamlabsp12.pfx $_.FullName
75-
7658 if ($LASTEXITCODE -ne 0) {
7759 exit 1
7860 }
7961 }
80-
81- <<<<<<< HEAD
82- =======
83- - if not exist "OBS-Studio-%OBSVersion%-Small.zip" appveyor DownloadFile "https://github.com/obsproject/obs-studio/releases/download/%OBSVersion%/OBS-Studio-%OBSVersion%-Small.zip"
84- - 7z x "OBS-Studio-%OBSVersion%-Small.zip" -oobs-studio-jp9000
85- - robocopy "obs-studio-jp9000\data\obs-plugins\win-capture" "%SLFullDistributePath%\obs-studio-node\libobs\data\obs-plugins\win-capture" & exit 0
86- >>>>>>> 795609bcf39b6497244dddae0d01e1190a705e4a
8762 - tar cvaf "%SignedArtifact%.tar.gz" -C "%SLFullDistributePath%" "obs-studio-node"
8863 - ps : Push-AppveyorArtifact "$env:SignedArtifact.tar.gz"
8964
0 commit comments