chiaki/.builds/openbsd.yml
2020-12-28 13:50:29 +01:00

26 lines
373 B
YAML

image: openbsd/6.7
sources:
- https://git.sr.ht/~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