mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2024-11-25 09:44:02 +00:00
Add Cirrus CI tast for Linux build (Debian, amd64)
This commit is contained in:
parent
9e01b5b2d6
commit
072d547de9
1 changed files with 13 additions and 0 deletions
13
.cirrus.yml
Normal file
13
.cirrus.yml
Normal file
|
@ -0,0 +1,13 @@
|
|||
Linux_task:
|
||||
container:
|
||||
image: debian:testing-slim
|
||||
|
||||
install_script:
|
||||
- apt update
|
||||
- apt install -y -q build-essential cmake libsdl2-dev libopenal-dev
|
||||
|
||||
script:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake .. -DAQUARIA_USE_SDL2=ON
|
||||
- make -j2
|
Loading…
Reference in a new issue