hydroforth/.drone.yml

12 lines
171 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 ..