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

16 lines
258 B
YAML

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