Uppdatera '.drone.yml'
This commit is contained in:
parent
f9251193f9
commit
439d5b5f12
@ -6,8 +6,8 @@ steps:
|
|||||||
- name: Cross Compile
|
- name: Cross Compile
|
||||||
image: debian:buster
|
image: debian:buster
|
||||||
environtment:
|
environtment:
|
||||||
- CC: $PWD/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/arm-linux-gnueabihf/bin/gcc
|
- CC: $PWD/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin/arm-linux-gnueabihf-gcc
|
||||||
commands:
|
commands:
|
||||||
- apt-get update && apt-get -y upgrade && apt-get -y install build-essential git
|
- apt-get update && apt-get -y upgrade && apt-get -y install build-essential git
|
||||||
- git clone https://github.com/raspberrypi/tools.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
|
- PATH=$PWD/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/bin:$PATH make
|
||||||
|
Loading…
Reference in New Issue
Block a user