hydroforth/.drone.yml
Dominic Grimm c8b763bf35
All checks were successful
continuous-integration/drone/push Build is passing
Update CI
2023-08-05 17:22:46 +02:00

18 lines
289 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: build
image: ghcr.io/rikorose/gcc-cmake
commands:
- mkdir build && cd build
- cmake ..
- make
- name: docs
image: docker.io/corentinaltepe/doxygen
commands:
- doxygen
- ls docs