summaryrefslogtreecommitdiff
path: root/.builds/fedora.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/fedora.yml')
-rw-r--r--.builds/fedora.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.builds/fedora.yml b/.builds/fedora.yml
new file mode 100644
index 0000000..4bc9e58
--- /dev/null
+++ b/.builds/fedora.yml
@@ -0,0 +1,18 @@
+image: fedora/rawhide
+packages:
+- autoconf
+- automake
+- libtool
+- awk
+sources:
+- https://git.sr.ht/~pmikkelsen/aplwc
+tasks:
+- build: |
+ cd aplwc
+ ./bootstrap.sh
+ ./configure
+ make
+- test: |
+ cd aplwc
+ make check
+ make distcheck