hamlocator/.build.yml

20 wiersze
308 B
YAML

image: alpine/latest
packages:
- vala
- meson
- ninja
- gcc
- libc-dev
- libadwaita-dev
- geoclue-dev
- desktop-file-utils
- flatpak-builder
tasks:
- build: |-
cd hamlocator
mkdir build && cd build
meson ..
ninja
- test: |-
cd hamlocator/build
./src/hamlocator-tests