Files
BuildImages/.woodpecker.yml
Gregory Marco dd6786e34e
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Fix ci pipeline syntax
2024-12-15 01:14:54 -06:00

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