ledcontroller-3bit/.woodpecker.yml
2022-06-22 07:09:05 +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