From f9251193f99d89a42b966d080cd37b145a1dc5e9 Mon Sep 17 00:00:00 2001 From: Jonas Widen Date: Sat, 6 Mar 2021 11:34:35 +0000 Subject: [PATCH] Uppdatera '.drone.yml' --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index f5860d5..22d8fd3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,6 +5,8 @@ name: buster steps: - name: Cross Compile image: debian:buster + environtment: + - CC: $PWD/tools/arm-bcm2708/gcc-linaro-arm-linux-gnueabihf-raspbian-x64/arm-linux-gnueabihf/bin/gcc commands: - apt-get update && apt-get -y upgrade && apt-get -y install build-essential git - git clone https://github.com/raspberrypi/tools.git