This commit is contained in:
parent
bb6c681780
commit
c09f733d78
1 changed files with 11 additions and 0 deletions
11
.drone.yml
Normal file
11
.drone.yml
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: cmake
|
||||
image: ghcr.io/rikorose/gcc-cmake
|
||||
commands:
|
||||
- mkdir build && cd build
|
||||
- cmake ..
|
Loading…
Reference in a new issue