ledcontroller-3bit/.woodpecker.yml

20 lines
313 B
YAML
Raw Normal View History

2022-06-22 06:25:17 +00:00
kind: pipeline
name: default
steps:
- name: build
image: gcc
commands:
- apt-get -y update
- apt-get -y install libusb-1.0
- make
- name: check
image: neszt/cppcheck-docker
commands:
- cppcheck *.c
- name: docs
image: corentinaltepe/doxygen
commands:
- doxygen