Lägg till '.drone.yml'
This commit is contained in:
parent
6783821b1d
commit
2b1744d9d4
10
.drone.yml
Normal file
10
.drone.yml
Normal file
@ -0,0 +1,10 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: buster
|
||||
|
||||
steps:
|
||||
- name: Cross Compile
|
||||
- image: debian:buster
|
||||
commands:
|
||||
- apt-get update && apt-get -y upgrade && apt-get -y install build-essential git
|
||||
- git clone https://github.com/raspberrypi/tools.git
|
Loading…
Reference in New Issue
Block a user