1
0
Fork 0
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:
Nicolas Braud-Santoni 2020-07-13 16:57:51 +02:00
parent bd4d67e72e
commit 91a45a4392

View file

@ -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