Woodpecker CI format

This commit is contained in:
Jens True 2022-06-22 07:09:05 +00:00
parent 68ab3726c3
commit 64610083eb

@ -1,19 +1,17 @@
kind: pipeline
name: default
steps:
- name: build
pipeline:
build:
image: gcc
commands:
- apt-get -y update
- apt-get -y install libusb-1.0
- make
- name: check
check:
image: neszt/cppcheck-docker
commands:
- cppcheck *.c
- name: docs
docs:
image: corentinaltepe/doxygen
commands:
- doxygen