Update drone.yml
This commit is contained in:
parent
999d90d588
commit
adf6844d49
12
.drone.yml
12
.drone.yml
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user