ref: f3109e1faf8de6f98c308aabba79e8db0c0876dd
dir: /.builds/archlinux.yml/
image: archlinux
packages:
- bison
- gcc
- git
- make
sources:
- https://git.sr.ht/~fsx/mc
tasks:
- build: |
cd mc
./configure
make bootstrap
make
- test: |
cd mc
make check