nexa/.drone.yml

14 lines
470 B
YAML
Raw Permalink Normal View History

2021-03-06 11:07:07 +00:00
kind: pipeline
type: docker
name: buster
steps:
- name: Cross Compile
2021-03-06 11:07:53 +00:00
image: debian:buster
2021-03-06 11:34:35 +00:00
environtment:
2021-03-06 11:41:38 +00:00
- CC: $PWD/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf-gcc
2021-03-06 11:07:53 +00:00
commands:
- apt-get update && apt-get -y upgrade && apt-get -y install build-essential git
- git clone https://github.com/raspberrypi/tools.git
2021-03-06 11:41:38 +00:00
- PATH=$PWD/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin:$PATH make