ledcontroller-3bit/.woodpecker.yml

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