builds: reformat yaml

Use two spaces for indentation consistently.

Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
Robin Jarry 2022-04-14 21:18:30 +02:00
parent f6e34e4cf1
commit 7f4069f0c5
4 changed files with 53 additions and 50 deletions

View File

@ -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 ./...

View File

@ -1,19 +1,20 @@
---
image: debian/stable
packages:
- golang
- scdoc
- golang
- scdoc
sources:
- https://git.sr.ht/~rjarry/aerc
- "https://git.sr.ht/~rjarry/aerc"
environment:
DESTDIR: ./out
tasks:
- build: |
cd aerc
make
- install: |
cd aerc
make install
make checkinstall
- test: |
cd aerc
go test ./...
- build: |
cd aerc
make
- install: |
cd aerc
make install
make checkinstall
- test: |
cd aerc
go test ./...

View File

@ -1,19 +1,20 @@
---
image: fedora/latest
packages:
- golang
- scdoc
- golang
- scdoc
sources:
- https://git.sr.ht/~rjarry/aerc
- "https://git.sr.ht/~rjarry/aerc"
environment:
DESTDIR: ./out
tasks:
- build: |
cd aerc
make
- install: |
cd aerc
make install
make checkinstall
- test: |
cd aerc
go test ./...
- build: |
cd aerc
make
- install: |
cd aerc
make install
make checkinstall
- test: |
cd aerc
go test ./...

View File

@ -4,17 +4,17 @@ packages:
- go
- scdoc
sources:
- https://git.sr.ht/~rjarry/aerc
- "https://git.sr.ht/~rjarry/aerc"
environment:
DESTDIR: ./out
tasks:
- build: |
cd aerc
make
cd aerc
make
- install: |
cd aerc
make install
make checkinstall
cd aerc
make install
make checkinstall
- test: |
cd aerc
go test ./...
cd aerc
go test ./...