Update drone.yml

This commit is contained in:
apio 2022-12-05 19:03:06 +01:00
parent 999d90d588
commit adf6844d49
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -6,12 +6,6 @@ platform:
arch: arm64
steps:
- name: check-formatting
image: ubuntu
commands:
- apt update
- apt install clang-format-14 -y
- tools/check-formatting.sh
- name: build
image: ubuntu
commands:
@ -21,6 +15,12 @@ steps:
- tar xf toolchain-linux-arm64.tar.gz
- rm toolchain-linux-arm64.tar.gz
- tools/rebuild-iso.sh
- name: check-formatting
image: ubuntu
commands:
- apt update
- apt install clang-format-14 grep -y
- tools/check-formatting.sh
trigger:
branch: