Added .drone requires image archlinux_build
This commit is contained in:
parent
0e31dbceac
commit
95778d77d5
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: archlinux_build
|
||||
pull: if-not-exists
|
||||
commands:
|
||||
- cmake .
|
||||
- make -j
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user