ref: c8a5f3d79cd198facac5491f20249f6945db62b9
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