From 8f3e80ae478eb7acdb926fed383d7e8d5900d391 Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 5 Dec 2022 18:08:50 +0100 Subject: [PATCH] Try to get it right? --- .drone.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 82930e3c..b35ef16c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,20 +9,7 @@ steps: - 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: check-formatting - commands: - tools/check-formatting.sh - - - name: check-stdint - commands: - - tools/check-stdint.sh - when: - branch: - - restart - - - name: check-build - commands: - tools/rebuild-iso.sh trigger: