chiaki/.builds/freebsd.yml
2019-12-24 13:30:59 +01:00

31 lines
397 B
YAML

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