Fix SourceHut FreeBSD

This commit is contained in:
Florian Märkl 2019-08-24 16:20:08 +02:00
commit 1f307116c6
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857

View file

@ -1,25 +1,28 @@
image: freebsd/latest image: freebsd/latest
packages: sources:
- cmake - https://github.com/thestr4ng3r/chiaki
- protobuf
- py36-protobuf packages:
- opus - cmake
- qt5-core - protobuf
- qt5-qmake - py36-protobuf
- qt5-buildtools - opus
- qt5-gui - qt5-core
- qt5-widgets - qt5-qmake
- qt5-svg - qt5-buildtools
- qt5-opengl - qt5-gui
- qt5-multimedia - qt5-widgets
- ffmpeg - qt5-svg
- sdl2 - qt5-opengl
- qt5-multimedia
tasks: - ffmpeg
- build: | - sdl2
cd chiaki
mkdir build && cd build tasks:
cmake .. - build: |
make -j4 cd chiaki
mkdir build && cd build
cmake ..
make -j4