nexa/.drone.yml
Jonas Widen a36ea82523
All checks were successful
continuous-integration/drone/push Build is passing
Uppdatera '.drone.yml'
2021-03-06 11:07:53 +00:00

11 lines
254 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