0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
Commit Graph

28 Commits

Author SHA1 Message Date
Gol-D-Ace
2283e6742a CI: Add Restream secrets for AppVeyor 2019-03-27 02:23:23 +01:00
Colin Edwards
e17cadaf38 CI: Build for windows on Azure Pipelines 2019-03-07 17:23:08 +01:00
Gol-D-Ace
133b9462e1 CI: Build service-integration on Windows 2019-02-09 07:07:36 +01:00
Ryan Foster
c3b2380b13 CI: Build on Linux with AppVeyor
Build on Linux (Ubuntu 16.04) with AppVeyor. Disable PowerShell on
Linux. Ubuntu 16.04's dependencies are different from the existing
Ubuntu 14.04 dependencies, so a separate script for installing those
dependencies has been added.
2018-09-18 15:13:40 -04:00
Ryan Foster
7b81248a30 CI: Use cmd prefix on AppVeyor as needed
AppVeyor commands use cmd/batch by default. Specify cmd for lines meant
for cmd to differentiate them from lines meant for ps/PowerShell or
sh/shell/Bash.
2018-09-18 15:13:39 -04:00
Ryan Foster
dfbf42bfd1 CI: Move AppVeyor install commands to a script file
Move the AppVeyor install scripts to a separate script file. This
shortens the appveyor.yml file and makes it easier to introduce new
install scripts for other build environments.

There is one minor change to the install script, and that was to change
directory back to the obs-studio git root directory.
2018-09-18 15:13:39 -04:00
Gol-D-Ace
69e9d64376 CI: Use env variable for CEF cache on Windows 2018-08-24 01:04:25 +02:00
Gol-D-Ace
2fcf815f71 CI: Build Browser Source on Windows 2018-08-23 23:56:14 +02:00
Ryan Foster
6820a6b9ab CI: Use Qt 5.11.1 on AppVeyor for Windows 2018-07-25 11:59:59 -04:00
derrod
79684316a3 CI: Add AppVeyor webhook for Discord bot 2018-07-22 23:52:57 +02:00
craftwar
563e90a9fd CI: Upgrade to VS2017 on Appveyor 2018-05-21 11:44:40 +08:00
Gol-D-Ace
c6c98677b3 CI: Use QT 5.10.1 for AppVeyor builds
AppVeyor recently removed QT 5.7.1 for the Visual Studio 2015 image.
2018-05-18 19:46:35 +02:00
Gol-D-Ace
ad80ab9c9c Revert "CI: Add Python path for AppVeyor"
This is not necessary with the updated pre-built windows dependencies.
This reverts commit 516e9daa1c.
2018-01-08 05:42:02 +01:00
Gol-D-Ace
516e9daa1c CI: Add Python path for AppVeyor 2018-01-08 03:57:15 +01:00
Jim
06dffe2359
Merge pull request #1082 from craftwar/fix-curl
CI: Fix curl download if file doesn't exist
2017-12-02 09:25:56 -08:00
craftwar
6ef1700c4b CI: fix curl download if file doesn't exist 2017-11-30 11:02:34 +08:00
Alexandre Paré
cab53559cf CI: Update curl version used by appveyor
Closes jp9000/obs-studio#1079
2017-11-26 00:15:58 -08:00
craftwar
3bcc8f611e CI: Download deps if they are outdated 2017-05-18 13:46:53 +08:00
Gol-D-Ace
647c31bb28 CI: Download deps if they aren't in build cache 2017-02-24 16:51:24 +01:00
Gol-D-Ace
876a3d5d19 CI: Disable deps download in AppVeyor and use cache 2017-02-24 16:10:53 +01:00
Gol-D-Ace
2778e68a68 CI: Cache dependencies downloads on AppVeyor 2017-02-24 16:06:05 +01:00
Gol-D-Ace
331a1016ae CI: Disable test discovery on AppVeyor 2017-02-24 13:25:53 +01:00
Gol-D-Ace
3d980d184c CI: Download VLC repo instead of cloning from git 2017-02-24 13:19:28 +01:00
Jim
c7b6896d0b Merge pull request #808 from Gol-D-Ace/CI_speedup_build
CI: Speedup msbuild by using all CPU cores
2017-02-23 09:57:13 -08:00
Gol-D-Ace
3071fa4f70 CI: Speedup msbuild by using all CPU cores 2017-02-23 10:57:57 +01:00
juvester
e99c06ad6a CI: Retry failed downloads
If all retries fail, stop the build.
2017-02-17 15:22:18 +02:00
Gol-D-Ace
29888dc2f7 CI: Build Windows version and upload artifacts
Currently this build is still missing the following plugins:
enc-amf
obs-browser
win-ivcam
2017-01-24 01:17:13 +01:00
Colin Edwards
514f53486d CI: Add in inital appveyor config 2017-01-18 23:01:59 -06:00