nexa/.drone.yml

11 lines
248 B
YAML

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