awesomewm.d.tl/.woodpecker/build.yml

28 lines
466 B
YAML
Raw Normal View History

2022-12-09 20:11:28 +01:00
variables:
- &cyan gitea.aireone.xyz/aire-one/awesomewm.d.tl/cyan:latest
2022-08-20 13:32:23 +02:00
pipeline:
prepare:
2022-12-09 20:11:28 +01:00
image: *cyan
2022-08-20 13:32:23 +02:00
commands:
- just install
build:
2022-12-09 20:11:28 +01:00
image: *cyan
2022-08-20 13:32:23 +02:00
commands:
- just build
# run:
# image: akorn/luarocks:lua5.4-alpine
# commands:
# - apk add just
# - just run
# verify:
# image: alpine:3.16
# commands:
# - apk add tree
# - tree generated
2022-10-23 19:01:39 +02:00
branches: master
depends_on:
- docker-build