ledcontroller-3bit/.woodpecker.yml
Jens True 1cff2d3ea4
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
S3 Removed
2023-06-20 09:27:18 +00:00

18 lines
266 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