mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-20 21:43:12 -07:00
Add Sourcehut Build Manifest for FreeBSD
This commit is contained in:
parent
d2f56097d5
commit
50161fc552
1 changed files with 25 additions and 0 deletions
25
.builds/freebsd.yml
Normal file
25
.builds/freebsd.yml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
|
||||||
|
image: freebsd/latest
|
||||||
|
|
||||||
|
packages:
|
||||||
|
- cmake
|
||||||
|
- protobuf
|
||||||
|
- py36-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
|
Loading…
Add table
Add a link
Reference in a new issue