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

32 lines
416 B
YAML

image: freebsd/latest
sources:
- https://git.sr.ht/~thestr4ng3r/chiaki
packages:
- cmake
- protobuf
- py37-protobuf
- opus
- qt5-core
- qt5-qmake
- qt5-buildtools
- qt5-gui
- qt5-widgets
- qt5-concurrent
- qt5-svg
- qt5-opengl
- qt5-multimedia
- ffmpeg
- sdl2
tasks:
- build: |
cd chiaki
mkdir build && cd build
cmake ..
make -j4
test/chiaki-unit