mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-03-12 05:25:23 -07:00
31 lines
397 B
YAML
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
|
|
|