Add OpenBSD Support (#212)

* Add OpenBSD Sourcehut Job
* Fix Code for OpenBSD
This commit is contained in:
Florian Märkl 2020-04-26 15:53:41 +02:00 committed by GitHub
commit 4ac29127cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 33 additions and 4 deletions

25
.builds/openbsd.yml Normal file
View 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