43 Commits

Author SHA1 Message Date
jp9000
2d154d550e CI: Use Qt 5.10.1 instead of 5.11.1 for macOS
This fixes a bug where the interact window would crash.
2018-08-28 19:29:08 -07:00
Ryan Foster
485f798e7a CI: Use HTTPS for downloading macOS deps package
Pull Request #1420 changed the URL for the macOS deps package. When it
did that, it also changed the URL from HTTPS to HTTP. Since this asset
is available over HTTPS, we should use that.
2018-08-18 02:26:22 -04:00
Colin Edwards
62917b503a CI: Update OSX Deps package 2018-08-09 22:29:21 -05:00
Ryan Foster
6dfeeca620 CI: Update macOS dependencies in build script
* Add mbedTLS in brew install
* Update Sparkle from 1.16.0 to 1.20.0
* Update Opus from 1.1.3 to 1.2.1
* Update libogg from 1.3.2 to 1.3.3
* Update libvorbis from 1.3.5 to 1.3.6
* Update libvpx from 1.6.0 to 1.7.0
* Update Jansson from 2.9 to 2.11
* Update FFmpeg from 3.2.2 to 4.0.2
2018-08-02 00:08:24 -04:00
Ryan Foster
3ea16c619f CI: Update Travis scripts to target OSX 10.11+ 2018-08-02 00:08:20 -04:00
Ryan Foster
729abd3825 CI: Use Qt 5.11.1 on Travis for macOS 2018-07-25 12:00:21 -04:00
jp9000
89a5235ac0 CI: Reduce travis output verbosity
The log output of the travis CI for macOS is unreasonably large.  This
reduces the verbosity of the output and reduces the size of the build
logs significantly.
2018-04-13 22:25:05 -07:00
Colin Edwards
3040ff6347 CI: Don't install python for OSX 2018-01-30 23:25:35 -06:00
Colin Edwards
d2c85a44f3 CI: Make sure that lua can find obslua 2018-01-29 17:43:19 -06:00
Colin Edwards
1b9e49dfe3 CI: Fetch RVM gpg key on osx 2018-01-28 19:52:35 -06:00
Colin Edwards
060edff177 CI: Fix a ruby issue on travis OSX 2018-01-28 19:47:01 -06:00
Colin Edwards
e2005044dd CI: Update OSX deps build scripts 2018-01-28 19:04:46 -06:00
Colin Edwards
d810e3dbfb CI: Install swig and luajit for osx travis 2018-01-22 10:34:43 -06:00
Colin Edwards
5d17e6f6ea deps/scripting: Add python rpaths to the obs binary on OSX
Closes jp9000/obs-studio#1127
2018-01-04 17:04:08 -08:00
Colin Edwards
23ea91976f Build with CEF 3112 on OSX 2017-08-18 21:41:31 -05:00
jp9000
ce44791932 CI: Use git fetch --unshallow for OSX 2017-05-12 18:19:40 -07:00
juvester
2cb73f32a2 CI: OSX - Use wget instead of curl
Possible fix for "curl: (56) SSLRead()" errors on Travis.
[skip appveyor]
2017-05-08 16:10:51 +03:00
juvester
5f128d9e54 CI: Use ccache to speed up the build
Speeds up recompilation by caching previous compilations and detecting
when the same compilation is being done again. [skip appveyor]
2017-03-08 15:10:07 +02:00
Gol-D-Ace
b0aa8a5b6b Merge pull request #852 from DDRBoxman/sparkle
CI: OSX - enable sparkle
2017-03-06 04:03:11 +01:00
Colin Edwards
c22cfaa15b CI: OSX - enable sparkle 2017-03-05 20:45:19 -06:00
Gol-D-Ace
efc369ef83 CI: OSX - Brew install speexdsp 2017-03-06 03:15:17 +01:00
Colin Edwards
5eda800d3f CI: OSX - Move CEF version to .travis 2017-03-01 18:18:29 -06:00
Colin Edwards
108b296855 CI: Fix cef version variable 2017-03-01 15:27:33 -06:00
Colin Edwards
a029b3e217 CI: OSX - export cef version so we can use it elsewhere 2017-03-01 14:35:22 -06:00
Colin Edwards
5843100b9e CI: OSX - Use bash variable for CEF version 2017-03-01 12:22:41 -06:00
Colin Edwards
8a78e79a83 CI: OSX - Update to CEF 2987 2017-03-01 00:34:03 -06:00
Colin Edwards
e73890b7ef CI: OSX - Brew install jack 2017-02-26 20:39:04 -06:00
Colin Edwards
e609602cfe CI: Get some codesigning and sparkle stuff in place 2017-02-26 15:34:41 -06:00
Colin Edwards
a15c27effe CI: Fetch git tags on OSX build 2017-02-25 11:31:44 -06:00
juvester
e99c06ad6a CI: Retry failed downloads
If all retries fail, stop the build.
2017-02-17 15:22:18 +02:00
Colin Edwards
9af749389e CI: Unzip VLC quietly 2017-02-01 18:11:49 -06:00
juvester
6c5a364e88 CI: Fix VLC download 2017-02-01 23:50:24 +02:00
Colin Edwards
22e2a12432 CI: Build VLC plugin for OSX on travis 2017-01-22 00:51:40 -06:00
Colin Edwards
e1496ecff9 CI: Install Packages and use the full version 2017-01-15 11:26:58 -06:00
Colin Edwards
770a9b7e67 CI: Update browser plugin ref and build scripts.
Hopefully this will fix a crash from CEF on 10.9
2017-01-09 19:48:32 -06:00
Colin Edwards
0f2e71cdb5 [CI] Use prebuilt deps so we can build on 10.9 2017-01-07 21:05:23 -06:00
Colin Edwards
e361855dc1 Remove python dep 2016-11-21 22:35:57 -06:00
Colin Edwards
3667c6c3ba Revert "CI: Build on OSX 10.10 on travis"
This reverts commit d160cedbc327dfa8dfc0b751a8c83079f4f1b37c.
2016-11-21 22:21:15 -06:00
Colin Edwards
d160cedbc3 CI: Build on OSX 10.10 on travis 2016-10-17 00:49:55 -05:00
Colin Edwards
947d04012f Build browser plugin on travis for OSX 2016-10-13 19:36:55 -05:00
Colin Edwards
522c43f827 CI: Use python2 to run package script 2016-10-13 19:32:19 -05:00
Colin Edwards
a0b4439893 CI: Package OSX build into an actual app 2016-10-11 22:43:17 -05:00
Colin Edwards
47c8365cdd OSX Travis build 2016-10-10 00:39:55 -05:00