Woodpecker CI format
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user