ledcontroller-3bit/.woodpecker.yml

30 lines
578 B
YAML
Raw Normal View History

2022-06-22 07:09:05 +00:00
pipeline:
build:
2022-06-22 06:25:17 +00:00
image: gcc
commands:
- apt-get -y update
- apt-get -y install libusb-1.0
- make
2022-06-22 07:09:05 +00:00
check:
2022-06-22 06:25:17 +00:00
image: neszt/cppcheck-docker
commands:
- cppcheck *.c
2022-06-22 07:09:05 +00:00
docs:
2022-06-22 06:25:17 +00:00
image: corentinaltepe/doxygen
commands:
- doxygen
2022-06-22 07:57:17 +00:00
2023-06-20 08:56:47 +00:00
upload:
image: woodpeckerci/plugin-s3
settings:
bucket: ledcontroller-3bit
access_key:
from_secret: ACCESS_KEY
secret_key:
from_secret: SECRET_KEY
source: output/
2023-06-20 09:03:18 +00:00
target: /${CI_BUILD_NUMBER}/
path_style: true
endpoint: https://s3.jcktrue.dk/