shithub: mc

Download patch

ref: 41046c6382017e0297f8e07a7493c2cd779b8f0b
parent: b0e2b68b9c662a752fe4a40ad272a326d5887ba7
author: Frank Smit <frank@61924.nl>
date: Wed Oct 14 16:38:58 EDT 2020

Use Arch Linux instead of Alpine.

--- a/.builds/alpine.yml
+++ /dev/null
@@ -1,17 +1,0 @@
-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
--- /dev/null
+++ b/.builds/archlinux.yml
@@ -1,0 +1,17 @@
+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