gluon-ci/.woodpecker.yml
2023-05-21 12:54:06 +02:00

44 lines
786 B
YAML

variables:
- &default
image: "git.freifunk-rhein-sieg.net/freifunk-troisdorf/docker-gluon-build:latest"
pull: true
environment:
- input_version=v2022.1.4
- GLUON_SITEDIR=../site
- FORCE_UNSAFE_CONFIGURE=1
- GLUON_TARGET=${TARGET}
- GLUON_DEPRECATED=1
workspace:
base: /build
clone:
git:
image: woodpeckerci/plugin-git
settings:
recursive: true
pipeline:
create_file:
<<: *default
commands:
- touch /${TARGET}.test
# upload:
# image: appleboy/drone-scp
# settings:
# host: 46.4.138.183
# user: fwupload
# key:
# from_secret: ssh-key
# strip_components: 6
# target: /tmp
# source: /test.test
matrix:
TARGET:
- ath79-generic
- x86-64
BRANCH:
- stable