shithub: mc

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