mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add OpenBSD Support (#212)
* Add OpenBSD Sourcehut Job * Fix Code for OpenBSD
This commit is contained in:
parent
509f312a6a
commit
4ac29127cc
3 changed files with 33 additions and 4 deletions
25
.builds/openbsd.yml
Normal file
25
.builds/openbsd.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
|
||||
image: openbsd/latest
|
||||
|
||||
sources:
|
||||
- https://github.com/thestr4ng3r/chiaki
|
||||
|
||||
packages:
|
||||
- cmake
|
||||
- protobuf
|
||||
- py3-protobuf
|
||||
- opus
|
||||
- qtbase
|
||||
- qtsvg
|
||||
- qtmultimedia
|
||||
- ffmpeg
|
||||
- sdl2
|
||||
|
||||
tasks:
|
||||
- build: |
|
||||
cd chiaki
|
||||
mkdir build && cd build
|
||||
cmake -DCMAKE_PREFIX_PATH="/usr/local/lib;/usr/local/lib/qt5/cmake" ..
|
||||
make -j4
|
||||
test/chiaki-unit
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue