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