Update drone.yml

This commit is contained in:
apio 2022-12-05 18:21:30 +01:00
parent 82eda5d6aa
commit f21d153077
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -6,15 +6,13 @@ platform:
arch: arm64
steps:
- name: prepare
- name: build
image: ubuntu
commands:
- apt update
- apt install build-essential cmake ninja-build wget
- wget https://pub.cloudapio.eu/luna/toolchain-linux-arm64.tar.gz
- tar xf toolchain-linux-arm64.tar.gz
- name: build
commands:
- tools/rebuild-iso.sh
trigger: