mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-02-20 11:55:02 +00:00
CI: Add FreeBSD build
This commit is contained in:
parent
bd4d67e72e
commit
91a45a4392
1 changed files with 13 additions and 0 deletions
13
.cirrus.yml
13
.cirrus.yml
|
@ -1,3 +1,16 @@
|
|||
FreeBSD_task:
|
||||
freebsd_instance:
|
||||
image_family: freebsd-12-1
|
||||
|
||||
install_script:
|
||||
- pkg install -y cmake gmake openal-soft png sdl2
|
||||
|
||||
script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake .. -DAQUARIA_INTERNAL_PNG=OFF -DAQUARIA_USE_SDL2=ON
|
||||
- make -j2
|
||||
|
||||
Linux_task:
|
||||
container:
|
||||
image: debian:testing-slim
|
||||
|
|
Loading…
Add table
Reference in a new issue