flycast/.cirrus.yml

15 lines
428 B
YAML
Raw Normal View History

freebsd_instance:
2021-08-16 17:12:01 +00:00
image_family: freebsd-13-0
env:
2021-05-28 15:52:11 +00:00
CCACHE_DIR: /tmp/ccache
CIRRUS_CLONE_SUBMODULES: true
task:
2021-05-28 15:52:11 +00:00
install_script: pkg install -y alsa-lib ccache cmake evdev-proto git libao libevdev libudev-devd libzip mesa-libs miniupnpc ninja pkgconf png pulseaudio sdl2
ccache_cache:
folder: /tmp/ccache
script:
2021-02-09 20:47:38 +00:00
- cmake -B build -DCMAKE_BUILD_TYPE=Release -G Ninja
- cmake --build build --config Release