Update drone.yml
This commit is contained in:
parent
ca0e47b8e4
commit
bd7b9ad237
10
.drone.yml
10
.drone.yml
@ -6,14 +6,22 @@ platform:
|
|||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build
|
- name: prepare
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
commands:
|
commands:
|
||||||
- apt update
|
- apt update
|
||||||
- apt install build-essential cmake ninja-build wget nasm -y
|
- apt install build-essential cmake ninja-build wget nasm -y
|
||||||
- wget https://pub.cloudapio.eu/luna/toolchain-linux-arm64.tar.gz --quiet
|
- wget https://pub.cloudapio.eu/luna/toolchain-linux-arm64.tar.gz --quiet
|
||||||
- tar xf toolchain-linux-arm64.tar.gz
|
- tar xf toolchain-linux-arm64.tar.gz
|
||||||
|
- rm toolchain-linux-arm64.tar.gz
|
||||||
|
- name: build
|
||||||
|
image: ubuntu
|
||||||
|
commands:
|
||||||
- tools/rebuild-iso.sh
|
- tools/rebuild-iso.sh
|
||||||
|
- name: check-formatting
|
||||||
|
image: ubuntu
|
||||||
|
commands:
|
||||||
|
- tools/check-formatting.sh
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
Loading…
Reference in New Issue
Block a user