PatTheMav
28d8ca3323
CI: Add fix for macOS builds failing on push for Azure CI
2020-07-15 15:25:36 +02:00
PatTheMav
d94709d945
CI: Update build script to use pre-built SWIG and QT dependencies
2020-07-10 01:01:32 +02:00
Colin Edwards
35088e0d9e
libobs: Add sample unit tests leveraging cmocka
2020-06-25 15:21:58 -07:00
PatTheMav
e9bc9e6995
CI: Quick fix to cover pre-installed Homebrew dependencies for macOS
2020-06-25 00:42:21 +02:00
Jim
b1d03ae367
Merge pull request #2890 from PatTheMav/macos-build-scripts
...
CI: Add all-in-one macOS build script
2020-06-21 07:09:30 -07:00
Kurt Kartaltepe
de74ea8ad9
CI: Require VLC in CI builds, Fix VLC
...
Previously VLC was downloaded but was skipped since it could not be
found. This sets the VLCPath to ensure it is found.
2020-05-21 19:32:39 -07:00
PatTheMav
6df8dcd960
CI: Add all-in-one macOS build script
2020-05-08 23:43:12 +02:00
PatTheMav
78db95049a
CI: Update Github Actions with caching and macOS improvements
2020-05-06 18:27:53 +02:00
Colin Edwards
1ea9943a09
CI: Update macOS deps to fix lua
2020-04-26 18:30:53 -05:00
PatTheMav
1bada2d8e7
CI: Fix Azure Pipelines macOS runs
2020-04-24 03:43:51 +02:00
PatTheMav
24e4a256f7
CI: Add main Github Actions workflow for branch pushes and PRs
2020-04-19 04:07:28 +02:00
Colin Edwards
7247a80b3c
CI: Add freetype dep on osx
2020-04-15 23:37:07 -05:00
Colin Edwards
7366b45392
CI: Rewrite new deps paths in obs-ouputs.so
2020-04-09 22:29:41 -05:00
Colin Edwards
8b6f6d1c85
CI: Move clang format check into a seperate github workflow
2020-04-09 21:26:41 -05:00
Colin Edwards
921a742966
Merge pull request #2617 from RytoEX/update-macos-deps
...
CI: Update macOS dependencies
2020-04-07 14:51:16 -05:00
Colin Edwards
de6643b8ea
CI: Update dependencies on macOS
2020-04-07 14:06:54 -05:00
Ryan Foster
00c1513890
CI: Update macOS dependencies
...
* Update VLC from 3.0.4 to 3.0.8
* Update Sparkle from 1.20.0 to 1.23.0
2020-04-02 04:00:51 -04:00
Colin Edwards
f0fe107515
CI: macOS use qt 5.14.1
2020-03-04 21:48:26 -06:00
Colin Edwards
91d5a9c895
CI: Fix some macOS build settings
2020-03-03 20:20:12 -06:00
David Baker
dc17171617
CI: Fix case of PlugIns directory
...
'PlugIns' is normal for MacOS and whatever is generating qt.conf
(macdeployqt?) is using 'PlugIns', so this both builds and generates
an app that works on case insensitive filesystems but fails to load
on case sensitive filesystems.
I haven't tested building the installer, only modifying the
qt.conf in the installed copy of OBS.app.
Fixes https://github.com/obsproject/obs-studio/issues/2302
2020-02-28 17:28:59 +00:00
Clayton Groeneveld
0b33df9b2f
CI: Build CEF on Linux
2020-02-25 22:38:12 -06:00
Jim
faf1535ad5
Merge pull request #2422 from cg2121/remove-ci-script
...
CI: Remove unused Linux script
2020-02-23 00:19:46 -08:00
jpark37
ab53f31eb5
CI: Use VS 2019 and windows-2019 VM image
2020-02-22 21:02:33 -08:00
Clayton Groeneveld
c44a0e3fe7
CI: Remove unused Linux script
2020-02-22 19:12:02 -06:00
Richard Stanway
7d85aa3180
CI: Add libmbedtls-dev
2020-01-25 18:24:04 +01:00
SCG82
b7a88f7ac8
CI: Fix QtNetwork in Mac packaging script
2019-12-16 04:37:16 -08:00
SCG82
0273db7afc
CI: Fix error deleting QT network framework on OSX
2019-12-14 04:32:58 -08:00
SCG82
de4ceb054c
CI: Fix mbedtls id in mac deploy script
2019-12-14 01:34:06 -08:00
Colin Edwards
6096d23632
CI: Fix up QT network framework on OSX
2019-12-11 23:04:51 -06:00
Colin Edwards
effcdc04d2
CI: Fix osx executable path in plist
2019-12-11 18:25:54 -06:00
Colin Edwards
43f9f45f8f
CI: Fix framework symlinks when building osx app
2019-12-11 17:32:04 -06:00
Rat
a19fef2248
obs-scripting: Fix Python in new MacOS .app bundles
...
The current scripting directory path given to Python on OSX is
`../data/obs-scripting`. This works when bin/ and data/ are in the same
folder like rundir after a compile and in the old .app bundles but the
new normal .app bundle structure is different.
For bundles move obspython.py and _obspython.so to the binary folder,
just like the Lua one, and pass that bin path to the Python interpreter
so it can find it.
The current working dir isn't guaranteed to be set with .app bundles
so look up binary path at runtime.
2019-11-17 22:11:44 +01:00
Jim
def6fcb0ee
Merge pull request #2125 from DDRBoxman/appbundle
...
Fixes to make OBS work on Catalina
2019-11-13 12:21:13 -08:00
Colin Edwards
32690926b9
CI: Use custom macdylibbundler for OSX deps
2019-11-03 00:00:38 -05:00
Joel Bethke
404dc6a84d
CI: Remove dead PPA to fix Linux build failure
2019-10-15 14:24:28 -05:00
Colin Edwards
7c08b3f95e
CI: Update scripts for reorganized OSX bundle
2019-10-14 22:10:38 -05:00
Ioan Loosley
c351580a20
Build: Added BUILD_CAPTIONS to linux build script
2019-10-07 21:08:00 +01:00
Colin Edwards
1507db7b1b
CI: Update CEF on osx to 3770
2019-09-07 17:44:12 -05:00
Gol-D-Ace
05888fc3aa
CI: Update Windows CEF version
2019-08-30 16:38:59 +02:00
Gol-D-Ace
baddca2536
CI: Only download Qt if it doesn't exist already
2019-07-27 06:52:47 +02:00
Colin Edwards
28243dbc94
CI: Run clang format on linux and osx CI and fail if changes are made
2019-07-12 21:44:33 -05:00
Jim
21ce267ad4
Merge pull request #1896 from SCG82/cef-10.11
...
CI: Build CEF with OS X 10.11 target
2019-05-29 05:01:25 -07:00
SCG82
839e74f522
CI: Fix travis test on OSX
2019-05-24 20:38:27 -07:00
SCG82
85012d5a39
CI: Build CEF with OS X 10.11 target
2019-05-24 20:31:30 -07:00
Colin Edwards
f5c6fa3656
CI: Use swig 3.0.12 on OSX
2019-05-02 18:39:59 -05:00
Colin Edwards
f5becb64da
CI: Use swig 3.04 on OSX
2019-05-02 15:07:03 -05:00
Jim
ebb8d6bc28
Merge pull request #1767 from ratwithashotgun/caption-pr1
...
deps/obs-scripting: Expose obs_output_output_caption_text1 to scripts
2019-04-15 03:30:30 -07:00
Gary Kramlich
758868093b
linux-capture: Add randr support
...
Add randr suport to the xshm plugin and prefer it over xinerama.
Add libxcb-xrandr0-dev as CI dependency
2019-04-05 16:05:59 -05:00
Gol-D-Ace
a81b7a3e58
CI: Don't build service integration in PRs&Forks
...
Without this, Fork and PR builds will fail.
2019-03-23 19:24:04 +01:00
Gol-D-Ace
3e78e05c6e
CI: Build service integration on Azure Pipelines
2019-03-23 14:35:29 +01:00