ref: 3b6a42aaa1dfb75db06e9bf8cb7953cecefc647f
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