shithub: mc

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