tt2468
2719da3685
[Bug Fix] Don't build with captions on MacOS
...
According to [this](https://github.com/obsproject/obs-studio/blob/master/UI/frontend-plugins/frontend-tools/CMakeLists.txt#L73 ), captions support is not active on MacOS, so we should not build it here.
2020-04-27 10:55:16 -07:00
Stéphane Lepin
0b97502029
ci(macos): fix oops
2019-05-02 13:17:38 +02:00
Stéphane Lepin
cba2bf5cb8
ci(macos): fix obs build issue
2019-05-02 13:16:39 +02:00
derrod
545db60b98
ci: enable/build captions
2019-03-22 10:27:27 +01:00
Stéphane L
b14b18e4be
ci(macos): setup Azure Pipelines
2019-03-17 14:45:41 +01:00
PatTheMav
d7b0ad4916
Removed duplicate code (thanks CodeFactor..)
2018-10-24 15:17:43 +02:00
PatTheMav
2a80a6b217
More POSIX sh fixes.
2018-10-24 15:14:50 +02:00
PatTheMav
9df72f54d5
Fixed OS check and POSIX sh compatibility
2018-10-24 15:12:54 +02:00
PatTheMav
84c0b698f5
Updated build files for macOS build
...
* Checks for OS type before executing
* Checks for Homebrew
* Checks for git (obs-studio build phase)
* Checks for cmake (obs-studio build phase)
* Installs/Updates depdencies
* Installs QT 5.10.1 from bottle (just like obs-studio)
* Pins QT so homebrew does not forcefully update it
* Removed wget dependency, uses macOS' curl
* More output
2018-10-24 14:55:17 +02:00
Stéphane Lepin
85a52ab01f
general: convert indents to tabs
2018-10-19 18:22:34 +02:00
Ryan Foster
640bcb90c6
CI(macOS): Split off obs-studio build task
...
Split off the obs-studio build task to help separate CI log sections.
2018-04-28 23:53:42 +02:00