shithub: mc

Download patch

ref: b0e2b68b9c662a752fe4a40ad272a326d5887ba7
parent: 285be77897e18d68efede25a98f423bddd4f2cb9
author: Frank Smit <frank@61924.nl>
date: Sun Sep 20 17:09:17 EDT 2020

Build script for Alpine Linux.

diff: cannot open b/.builds//null: file does not exist: 'b/.builds//null'
--- /dev/null
+++ b/.builds/alpine.yml
@@ -1,0 +1,17 @@
+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