From d8a3d747797469d3c55a59503d433a98341631ab Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 5 Dec 2022 18:13:12 +0100 Subject: [PATCH] Actual steps --- .drone.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index b4f07ab6..ecfdea0b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,9 +9,10 @@ steps: - name: test image: ubuntu commands: - - ./configure - - make - - make test + - apt install build-essential cmake ninja-build wget + - wget https://pub.cloudapio.eu/luna/toolchain-linux-arm64.tar.gz + - tar xf toolchain-linux-arm64.tar.gz + - tools/rebuild-iso.sh trigger: branch: