Lägg till '.drone.yml'

This commit is contained in:
Jonas Widen 2021-03-06 11:07:07 +00:00
parent 6783821b1d
commit 2b1744d9d4

10
.drone.yml Normal file
View 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