ledcontroller-3bit/.woodpecker.yml
Jens True 23db3866b3
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Attempt 2
2023-06-20 09:03:18 +00:00

30 lines
578 B
YAML

pipeline:
build:
image: gcc
commands:
- apt-get -y update
- apt-get -y install libusb-1.0
- make
check:
image: neszt/cppcheck-docker
commands:
- cppcheck *.c
docs:
image: corentinaltepe/doxygen
commands:
- doxygen
upload:
image: woodpeckerci/plugin-s3
settings:
bucket: ledcontroller-3bit
access_key:
from_secret: ACCESS_KEY
secret_key:
from_secret: SECRET_KEY
source: output/
target: /${CI_BUILD_NUMBER}/
path_style: true
endpoint: https://s3.jcktrue.dk/