mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-14 18:57:07 -07:00
Add Alpine to sr.ht and enable Tests on FreeBSD
This commit is contained in:
parent
cabe026a63
commit
565e58de94
2 changed files with 27 additions and 0 deletions
25
.builds/alpine.yml
Normal file
25
.builds/alpine.yml
Normal 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
|
||||
|
|
@ -26,3 +26,5 @@ tasks:
|
|||
mkdir build && cd build
|
||||
cmake ..
|
||||
make -j4
|
||||
test/chiaki-unit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue