This commit is contained in:
parent
81b5b78fc3
commit
f9251193f9
@ -5,6 +5,8 @@ name: buster
|
|||||||
steps:
|
steps:
|
||||||
- name: Cross Compile
|
- name: Cross Compile
|
||||||
image: debian:buster
|
image: debian:buster
|
||||||
|
environtment:
|
||||||
|
- CC: $PWD/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/arm-linux-gnueabihf/bin/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
|
||||||
|
Loading…
Reference in New Issue
Block a user