shithub: mc

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