summaryrefslogtreecommitdiff
path: root/.builds/alpine-edge.yml
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-04-14 21:18:30 +0200
committerRobin Jarry <robin@jarry.cc>2022-04-14 21:28:38 +0200
commit7f4069f0c5dfb803bf432066f220d3ac85d09968 (patch)
tree5c4e916b2811f29d2e8e213799f213783551f876 /.builds/alpine-edge.yml
parentf6e34e4cf16d2506d865adb35a650c383b8dc6fd (diff)
downloadaerc-7f4069f0c5dfb803bf432066f220d3ac85d09968.zip
builds: reformat yaml
Use two spaces for indentation consistently. Signed-off-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to '.builds/alpine-edge.yml')
-rw-r--r--.builds/alpine-edge.yml33
1 files changed, 17 insertions, 16 deletions
diff --git a/.builds/alpine-edge.yml b/.builds/alpine-edge.yml
index e2467e5..e256f61 100644
--- a/.builds/alpine-edge.yml
+++ b/.builds/alpine-edge.yml
@@ -1,22 +1,23 @@
+---
image: alpine/edge
packages:
-- go
-- scdoc
+ - go
+ - scdoc
sources:
-- https://git.sr.ht/~rjarry/aerc
+ - "https://git.sr.ht/~rjarry/aerc"
environment:
DESTDIR: ./out
tasks:
-- checkfmt: |
- cd aerc
- make checkfmt
-- build: |
- cd aerc
- make
-- install: |
- cd aerc
- make install
- make checkinstall
-- test: |
- cd aerc
- go test ./...
+ - checkfmt: |
+ cd aerc
+ make checkfmt
+ - build: |
+ cd aerc
+ make
+ - install: |
+ cd aerc
+ make install
+ make checkinstall
+ - test: |
+ cd aerc
+ go test ./...