Add Alpine to sr.ht and enable Tests on FreeBSD

This commit is contained in:
Florian Märkl 2019-10-10 18:31:28 +02:00
commit 565e58de94
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
2 changed files with 27 additions and 0 deletions

25
.builds/alpine.yml Normal file
View file

@ -0,0 +1,25 @@
image: alpine/edge
sources:
- https://github.com/thestr4ng3r/chiaki.git
packages:
- cmake
- protoc
- py3-protobuf
- opus-dev
- qt5-qtbase-dev
- qt5-qtsvg-dev
- qt5-qtmultimedia-dev
- ffmpeg-dev
- sdl2-dev
tasks:
- build: |
cd chiaki
mkdir build && cd build
cmake ..
make -j4
test/chiaki-unit

View file

@ -26,3 +26,5 @@ tasks:
mkdir build && cd build
cmake ..
make -j4
test/chiaki-unit