idk #1
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: greeting
|
||||
image: archlinux
|
||||
commands:
|
||||
- pacman -Syu
|
||||
- pacman -S cmake gcc g++
|
||||
- cmake .
|
||||
- make
|
||||
- echo hello
|
Loading…
Reference in New Issue
Block a user