From 82eda5d6aa998cfe3bb04210ac978292b273ab27 Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 5 Dec 2022 18:19:55 +0100 Subject: [PATCH] Update drone.yml --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ecfdea0b..300bd0c7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,12 +6,15 @@ platform: arch: arm64 steps: -- name: test +- name: prepare image: ubuntu commands: + - apt update - 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 +- name: build + commands: - tools/rebuild-iso.sh trigger: