builds: reformat yaml
Use two spaces for indentation consistently. Signed-off-by: Robin Jarry <robin@jarry.cc>
This commit is contained in:
parent
f6e34e4cf1
commit
7f4069f0c5
|
@ -1,22 +1,23 @@
|
||||||
|
---
|
||||||
image: alpine/edge
|
image: alpine/edge
|
||||||
packages:
|
packages:
|
||||||
- go
|
- go
|
||||||
- scdoc
|
- scdoc
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~rjarry/aerc
|
- "https://git.sr.ht/~rjarry/aerc"
|
||||||
environment:
|
environment:
|
||||||
DESTDIR: ./out
|
DESTDIR: ./out
|
||||||
tasks:
|
tasks:
|
||||||
- checkfmt: |
|
- checkfmt: |
|
||||||
cd aerc
|
cd aerc
|
||||||
make checkfmt
|
make checkfmt
|
||||||
- build: |
|
- build: |
|
||||||
cd aerc
|
cd aerc
|
||||||
make
|
make
|
||||||
- install: |
|
- install: |
|
||||||
cd aerc
|
cd aerc
|
||||||
make install
|
make install
|
||||||
make checkinstall
|
make checkinstall
|
||||||
- test: |
|
- test: |
|
||||||
cd aerc
|
cd aerc
|
||||||
go test ./...
|
go test ./...
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
|
---
|
||||||
image: debian/stable
|
image: debian/stable
|
||||||
packages:
|
packages:
|
||||||
- golang
|
- golang
|
||||||
- scdoc
|
- scdoc
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~rjarry/aerc
|
- "https://git.sr.ht/~rjarry/aerc"
|
||||||
environment:
|
environment:
|
||||||
DESTDIR: ./out
|
DESTDIR: ./out
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
cd aerc
|
cd aerc
|
||||||
make
|
make
|
||||||
- install: |
|
- install: |
|
||||||
cd aerc
|
cd aerc
|
||||||
make install
|
make install
|
||||||
make checkinstall
|
make checkinstall
|
||||||
- test: |
|
- test: |
|
||||||
cd aerc
|
cd aerc
|
||||||
go test ./...
|
go test ./...
|
||||||
|
|
|
@ -1,19 +1,20 @@
|
||||||
|
---
|
||||||
image: fedora/latest
|
image: fedora/latest
|
||||||
packages:
|
packages:
|
||||||
- golang
|
- golang
|
||||||
- scdoc
|
- scdoc
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~rjarry/aerc
|
- "https://git.sr.ht/~rjarry/aerc"
|
||||||
environment:
|
environment:
|
||||||
DESTDIR: ./out
|
DESTDIR: ./out
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
cd aerc
|
cd aerc
|
||||||
make
|
make
|
||||||
- install: |
|
- install: |
|
||||||
cd aerc
|
cd aerc
|
||||||
make install
|
make install
|
||||||
make checkinstall
|
make checkinstall
|
||||||
- test: |
|
- test: |
|
||||||
cd aerc
|
cd aerc
|
||||||
go test ./...
|
go test ./...
|
||||||
|
|
|
@ -4,17 +4,17 @@ packages:
|
||||||
- go
|
- go
|
||||||
- scdoc
|
- scdoc
|
||||||
sources:
|
sources:
|
||||||
- https://git.sr.ht/~rjarry/aerc
|
- "https://git.sr.ht/~rjarry/aerc"
|
||||||
environment:
|
environment:
|
||||||
DESTDIR: ./out
|
DESTDIR: ./out
|
||||||
tasks:
|
tasks:
|
||||||
- build: |
|
- build: |
|
||||||
cd aerc
|
cd aerc
|
||||||
make
|
make
|
||||||
- install: |
|
- install: |
|
||||||
cd aerc
|
cd aerc
|
||||||
make install
|
make install
|
||||||
make checkinstall
|
make checkinstall
|
||||||
- test: |
|
- test: |
|
||||||
cd aerc
|
cd aerc
|
||||||
go test ./...
|
go test ./...
|
||||||
|
|
Loading…
Reference in New Issue