Update drone.yml
This commit is contained in:
parent
e6c56172d3
commit
4074835185
@ -9,15 +9,18 @@ steps:
|
|||||||
- apt install build-essential cmake ninja-build wget
|
- apt install build-essential cmake ninja-build wget
|
||||||
- wget https://pub.cloudapio.eu/luna/toolchain-linux-arm64.tar.gz
|
- wget https://pub.cloudapio.eu/luna/toolchain-linux-arm64.tar.gz
|
||||||
- tar xf toolchain-linux-arm64.tar.gz
|
- tar xf toolchain-linux-arm64.tar.gz
|
||||||
|
|
||||||
- name: check-formatting
|
- name: check-formatting
|
||||||
commands:
|
commands:
|
||||||
- tools/check-formatting.sh
|
- tools/check-formatting.sh
|
||||||
|
|
||||||
- name: check-stdint
|
- name: check-stdint
|
||||||
commands:
|
commands:
|
||||||
- tools/check-stdint.sh
|
- tools/check-stdint.sh
|
||||||
when:
|
when:
|
||||||
branch:
|
branch:
|
||||||
- restart
|
- restart
|
||||||
|
|
||||||
- name: check-build
|
- name: check-build
|
||||||
commands:
|
commands:
|
||||||
- tools/rebuild-iso.sh
|
- tools/rebuild-iso.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user