hydroforth/.drone.yml

16 lines
258 B
YAML
Raw Normal View History

2023-08-05 13:53:25 +00:00
---
kind: pipeline
type: docker
name: default
steps:
- name: cmake
image: ghcr.io/rikorose/gcc-cmake
commands:
- mkdir build && cd build
- cmake ..
2023-08-05 15:20:34 +00:00
- name: docs
image: docker.io/corentinaltepe/doxygen
commands:
- ls -l