shithub: mc

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