ref: 0d3f5d4bd7b74a810db4424aafdaf398faa9c69a
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