mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Fix SourceHut FreeBSD
This commit is contained in:
parent
b716bf42ac
commit
1f307116c6
1 changed files with 28 additions and 25 deletions
|
@ -1,25 +1,28 @@
|
|||
|
||||
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
|
||||
|
||||
image: freebsd/latest
|
||||
|
||||
sources:
|
||||
- https://github.com/thestr4ng3r/chiaki
|
||||
|
||||
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