2020-05-05 17:01:29 +00:00
|
|
|
freebsd_instance:
|
2022-09-16 15:46:44 +00:00
|
|
|
image_family: freebsd-13-1
|
2020-05-05 17:01:29 +00:00
|
|
|
|
2021-05-28 15:52:11 +00:00
|
|
|
env:
|
2021-05-28 15:52:11 +00:00
|
|
|
CCACHE_DIR: /tmp/ccache
|
2021-05-28 15:52:11 +00:00
|
|
|
CIRRUS_CLONE_SUBMODULES: true
|
|
|
|
|
2020-05-05 17:01:29 +00:00
|
|
|
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
|
2020-05-05 17:01:29 +00:00
|
|
|
script:
|
2021-02-09 20:47:38 +00:00
|
|
|
- cmake -B build -DCMAKE_BUILD_TYPE=Release -G Ninja
|
|
|
|
- cmake --build build --config Release
|