summaryrefslogtreecommitdiff
path: root/.builds/fedora-latest.yml
diff options
context:
space:
mode:
Diffstat (limited to '.builds/fedora-latest.yml')
-rw-r--r--.builds/fedora-latest.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.builds/fedora-latest.yml b/.builds/fedora-latest.yml
new file mode 100644
index 0000000..997daff
--- /dev/null
+++ b/.builds/fedora-latest.yml
@@ -0,0 +1,13 @@
+image: fedora/latest
+packages:
+- golang
+- scdoc
+sources:
+- https://git.sr.ht/~rjarry/aerc
+tasks:
+- build: |
+ cd aerc
+ make
+- test: |
+ cd aerc
+ go test ./...