This commit is contained in:
@ -7,17 +7,19 @@ steps:
|
||||
- apt-get -y update
|
||||
- apt-get -y install libusb-1.0
|
||||
- make
|
||||
|
||||
- name: docs
|
||||
image: corentinaltepe/doxygen
|
||||
commands:
|
||||
- doxygen
|
||||
|
||||
- name: release-dev
|
||||
image: alpine
|
||||
volumes:
|
||||
- name: output
|
||||
path: /output
|
||||
commands:
|
||||
- mkdir -p /output/dev/
|
||||
- mkdir -p /output/dev/docs/
|
||||
- cp -r docs/html/* /output/dev/docs/
|
||||
|
||||
- name: release-tag
|
||||
|
Reference in New Issue
Block a user