shithub: mc

ref: b0e2b68b9c662a752fe4a40ad272a326d5887ba7
dir: /.builds/alpine.yml/

View raw version
image: alpine/latest
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