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 pipeline:
name: default build:
steps:
- name: build
image: gcc image: gcc
commands: commands:
- apt-get -y update - apt-get -y update
- apt-get -y install libusb-1.0 - apt-get -y install libusb-1.0
- make - make
- name: check check:
image: neszt/cppcheck-docker image: neszt/cppcheck-docker
commands: commands:
- cppcheck *.c - cppcheck *.c
- name: docs docs:
image: corentinaltepe/doxygen image: corentinaltepe/doxygen
commands: commands:
- doxygen - doxygen