From bd7b9ad23759b52d3062c87e86d578a07c237531 Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 5 Dec 2022 18:44:44 +0100 Subject: [PATCH] Update drone.yml --- .drone.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7fa8e166..f4807364 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,14 +6,22 @@ platform: arch: arm64 steps: -- name: build +- name: prepare image: ubuntu commands: - apt update - apt install build-essential cmake ninja-build wget nasm -y - wget https://pub.cloudapio.eu/luna/toolchain-linux-arm64.tar.gz --quiet - tar xf toolchain-linux-arm64.tar.gz + - rm toolchain-linux-arm64.tar.gz +- name: build + image: ubuntu + commands: - tools/rebuild-iso.sh +- name: check-formatting + image: ubuntu + commands: + - tools/check-formatting.sh trigger: branch: