18 lines
379 B
YAML
18 lines
379 B
YAML
labels:
|
|
platform: linux/amd64
|
|
backend: docker
|
|
|
|
steps:
|
|
build-nukage-ci:
|
|
image: docker
|
|
commands:
|
|
- docker build -t nukage-ci nukage-ci
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
build-godot:
|
|
image: docker
|
|
commands:
|
|
- docker build -t godot godot
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|