nexa/.drone.yml
Jonas Widen 81b5b78fc3
Some checks failed
continuous-integration/drone/push Build is failing
Uppdatera '.drone.yml'
2021-03-06 11:27:05 +00:00

12 lines
367 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
- PATH=$PWD/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/arm-linux-gnueabihf/bin:$PATH make