mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-07-05 12:36:38 -07:00
32 lines
480 B
YAML
32 lines
480 B
YAML
|
|
image: freebsd/14.x
|
|
|
|
sources:
|
|
- https://git.sr.ht/~thestr4ng3r/chiaki
|
|
|
|
packages:
|
|
- cmake
|
|
- protobuf
|
|
- py311-setuptools # should not be needed with nanopb >= 0.4.9
|
|
- py311-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
|
|
|