shithub: mc

ref: 41046c6382017e0297f8e07a7493c2cd779b8f0b
dir: /.builds/archlinux.yml/

View raw version
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