hydroforth/.drone.yml
Dominic Grimm c09f733d78
All checks were successful
continuous-integration/drone Build is passing
Add CI
2023-08-05 15:53:25 +02:00

12 lines
171 B
YAML

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