WarmUpTill
b908954b46
CI: Add cmake setup step to Linux build
debian-build / build (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
2025-04-02 13:48:23 +02:00
WarmUpTill
3bce8e075f
CI: Switch to and adapt to Ubuntu 24 runner
debian-build / build (push) Has been cancelled
Push to master / Check Formatting 🔍 (push) Has been cancelled
Push to master / Build Project 🧱 (push) Has been cancelled
Push to master / Create Release 🛫 (push) Has been cancelled
2025-01-15 21:36:54 +01:00
WarmUpTill
2d035758f4
Fix build issues with macos-14 runner
...
Default runner switched from X86_64 based to arm64 based starting with
the macos-14 runner images
2024-09-24 23:00:47 +02:00
WarmUpTill
7836298076
buildspec: Update OBS Studio dependency to 30.1.2
...
This is necessary to support OBS 31, which removes a bunch of deprecates
functions
2024-09-24 23:00:47 +02:00
WarmUpTill
2b95598958
CI: Replace deprecated actions/upload-artifact action
2024-09-11 17:59:20 +02:00
WarmUpTill
b561a20dde
Rename issue template file
2024-08-24 00:28:23 +02:00
WarmUpTill
835722af34
Update issue templates and links
2024-08-24 00:24:09 +02:00
WarmUpTill
9941cfe9b5
Install libproc2-dev in Linux build environment
...
This ensures that the plugin will attempt to load either libprocps-dev
or libproc2-dev libraries at runtime, instead of just the libprocps-dev
library
Dep packages taken from:
* https://packages.debian.org/bookworm/libproc2-0
* https://packages.debian.org/bookworm/libproc2-dev
2024-08-11 16:03:08 +02:00
WarmUpTill
53cfe4b030
Add libusb dependency
2024-07-08 20:54:26 +02:00
WarmUpTill
4dcd748a1f
Switch to github repo of openssl
2024-07-08 20:54:26 +02:00
WarmUpTill
eb6fc6c140
CI: Skip updating of git binaries
...
This seems to break the CI step "Install macOS build requirements" as
python is attempted to be installed as a dependency of git for which a
symlink cannot be created successfully.
2024-03-12 21:56:25 +01:00
WarmUpTill
8271a6e8db
CI: Don't attempt to rename files if not required
2024-03-02 16:38:24 +01:00
WarmUpTill
3a1c353ea3
Use git tag as version identifier in package scripts
2024-02-24 22:51:24 +01:00
WarmUpTill
8bf9b2d009
Disable notarization for release builds and switch to RelWithDebInfo
2024-02-24 20:38:17 +01:00
WarmUpTill
1e43ffef51
Update test test binary path
2024-02-24 20:38:17 +01:00
WarmUpTill
ecfd177d78
Run tests in CI
2024-02-24 16:47:50 +01:00
WarmUpTill
a4e26a7a51
Update github actions
...
Based on obs-plugintemplate@68e9fcd
2024-02-17 10:03:04 +01:00
WarmUpTill
220f27bd0a
Move plugin dependencies to Aptfile
2023-12-10 13:42:39 +01:00
WarmUpTill
8a6eae6c97
CI: Fix Windows build script appending new lines to CMakeLists.txt
2023-10-03 00:09:29 +02:00
WarmUpTill
67eef8a004
CI: Fix MacOS builds
...
This is just a temporary fix.
The real solution would be to switch to the new OBS plugin template
version and no longer rely on the packages app
2023-10-03 00:09:29 +02:00
WarmUpTill
efa34d080e
CI: Use dependency build cache
2023-09-17 17:50:25 +02:00
WarmUpTill
36a78f49a5
Add openssl to MacOS build scripts to enable Twitch support
2023-09-11 18:27:47 +02:00
WarmUpTill
81f669e226
CI: Separate dependency build from plugin build
...
* Goal is to enable caching of dependency builds to speed up CI build
times significantly
* Should ease transition to new plugin build template version
2023-09-10 12:26:41 +02:00
WarmUpTill
a5050d4810
Add Twitch action
...
Allows you to set the stream title and stream category
2023-08-26 17:32:36 +02:00
WarmUpTill
ecbb5ebbd7
Update issue template
2023-08-09 17:04:00 +02:00
WarmUpTill
592f31f059
Use the correct build type for dependencies (Windows)
...
Always building with the Release configuration caused issues (e.g.
linking) when attempting to build non-release configurations when using
the CI build scripts.
This is not done for OpenCV as it does not support all build types.
2023-07-07 21:35:51 +02:00
WarmUpTill
e4c5193945
CI: Use git tag as version identifier in packaging step
2023-04-11 03:55:30 -07:00
WarmUpTill
34425d3e47
CI: minor improvements
...
* Print checksums in log
* Log if tests were skipped
* Switch to gh-release action version 1
2023-03-27 12:37:08 -07:00
WarmUpTill
ebbf64ddae
Add simple tests
2023-03-25 15:17:19 -07:00
WarmUpTill
7cb95cb3f6
CI: Cache dependency builds for macOS and Windows
2023-02-19 09:48:03 -08:00
WarmUpTill
5170307f72
Add leptonica and tesseract build
2023-02-19 09:48:03 -08:00
WarmUpTill
e01f28f2bf
Create archives for manual install on MacOS
2023-01-13 15:05:21 -08:00
WarmUpTill
88b7603ed1
CI: No longer manually install obs-frontend-api.h for debian build
2022-12-07 11:28:46 -08:00
WarmUpTill
e3d9bf11a4
Fix windows build
...
The default cmake version used on the Windows runner was unable to
configure OpenCV
2022-11-26 08:46:31 -08:00
WarmUpTill
3bb2ddfaac
Update GitHub Actions for set-output deprecation
...
GitHub Actions has deprecated set-output. Replace usages of set-output
in stdout with the new syntax to save the output to the new environment
variable.
See:
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2022-11-06 09:53:25 -08:00
WarmUpTill
f5a0b2e91a
Reintroduce debian build workflow
2022-09-20 14:01:22 -07:00
WarmUpTill
0169f6c445
Drop 32 bit Windows build
2022-09-02 16:00:18 -07:00
WarmUpTill
886639fe24
Drop version number in name of generated build artifacts
2022-09-02 16:00:18 -07:00
WarmUpTill
7304fa349e
Build both portable and non-portable artifacts for Linux
2022-09-02 16:00:18 -07:00
WarmUpTill
602622c841
Remove paths-ignore block
...
Didn't serve any purpose and is not allowed in combination with 'paths'
2022-08-31 07:58:24 -07:00
WarmUpTill
9e4893abc3
Only run locale checks when locale was changed
2022-08-27 15:08:19 -07:00
WarmUpTill
954b634aa5
Update actions/cache from v2.1.7 to v3
2022-08-23 13:53:13 -07:00
WarmUpTill
9e8e1a6e4d
Set LINUX_PORTABLE to OFF to create valid .deb file
2022-08-17 11:08:53 -07:00
WarmUpTill
7fbfb7806b
Add link to wiki and OBS forums
2022-08-17 11:08:53 -07:00
WarmUpTill
aef29d7d82
Update plugin build scripts
...
Based on OBS plugin template build scripts with some minor adjustments:
* Adjust format check scripts to exclude ./deps folder
* Adjust release scripts to only draft releases
* Always build installers
* Always upload build artefacts
* Build opencv for Mac and Windows releases
2022-08-17 11:08:53 -07:00
WarmUpTill
37734445e7
CI: Add automated check for invalid locale files
...
Also clean up issues found in the existing locale files
2022-03-05 17:09:58 -08:00
WarmUpTill
4349a98614
CI: Switch to Visual Studio 17 2022
2022-02-22 11:40:33 -08:00
WarmUpTill
f294283306
CI: Bump OBS version
2022-02-21 12:09:23 -08:00
WarmUpTill
f8e3a3e275
CI: Fix MacOS build
...
Packages version bump
2022-02-10 12:19:56 -08:00
WarmUpTill
af188b55df
Move plugins to separate folder ( #400 )
2022-01-29 15:47:16 +01:00