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
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: check-formatting
|
|
||||||
image: ubuntu
|
|
||||||
commands:
|
|
||||||
- apt update
|
|
||||||
- apt install clang-format-14 -y
|
|
||||||
- tools/check-formatting.sh
|
|
||||||
- name: build
|
- name: build
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
commands:
|
commands:
|
||||||
@ -21,6 +15,12 @@ steps:
|
|||||||
- tar xf toolchain-linux-arm64.tar.gz
|
- tar xf toolchain-linux-arm64.tar.gz
|
||||||
- rm toolchain-linux-arm64.tar.gz
|
- rm toolchain-linux-arm64.tar.gz
|
||||||
- tools/rebuild-iso.sh
|
- tools/rebuild-iso.sh
|
||||||
|
- name: check-formatting
|
||||||
|
image: ubuntu
|
||||||
|
commands:
|
||||||
|
- apt update
|
||||||
|
- apt install clang-format-14 grep -y
|
||||||
|
- tools/check-formatting.sh
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
Loading…
Reference in New Issue
Block a user