This commit is contained in:
parent
8ddfe9fdb1
commit
078232939c
1 changed files with 12 additions and 0 deletions
12
.drone.yml
Normal file
12
.drone.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: gnu-linux
|
||||
image: rikorose/gcc-cmake
|
||||
commands:
|
||||
- mkdir build
|
||||
- cd build
|
||||
- cmake ..
|
||||
- make
|
Loading…
Reference in a new issue