Skip to content

Commit

Permalink
fixup! CI: Add FreeBSD build
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed Jul 13, 2020
1 parent 47644bb commit c0cd8f1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,12 @@ FreeBSD_task:
image_family: freebsd-12-1

install_script:
- pkg update
- pkg install -y cmake gmake openal-soft sdl2
- pkg install -y cmake gmake openal-soft png sdl2

script:
- mkdir build
- cd build
- cmake .. -DAQUARIA_USE_SDL2=ON
- cmake .. -DAQUARIA_INTERNAL_PNG=OFF -DAQUARIA_USE_SDL2=ON
- make -j2

Linux_task:
Expand Down

0 comments on commit c0cd8f1

Please sign in to comment.