Add Sourcehut Build Manifest for FreeBSD

This commit is contained in:
Florian Märkl 2019-08-23 12:59:14 +02:00
commit 50161fc552
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857

25
.builds/freebsd.yml Normal file
View 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