From ac2da14319feacb40cdf4519dda32379ad257a15 Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 5 Dec 2022 18:48:40 +0100 Subject: [PATCH] Update config for CI --- .drone.yml | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index f4807364..7f50a960 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,11 @@ platform: arch: arm64 steps: -- name: prepare +- name: check-formatting + image: ubuntu + commands: + - tools/check-formatting.sh +- name: build image: ubuntu commands: - apt update @@ -14,14 +18,7 @@ steps: - 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: