14 lines
270 B
YAML
14 lines
270 B
YAML
pipeline:
|
|
dendrite:
|
|
image: golang
|
|
commands:
|
|
- source script/build_single.sh
|
|
- build_single dendrite
|
|
|
|
static-deployer-git:
|
|
image: debian:stable-slim
|
|
commands:
|
|
- source script/build_single.sh
|
|
- build_single static-deployer-git
|
|
|