Update drone.yml
This commit is contained in:
parent
d8a3d74779
commit
82eda5d6aa
@ -6,12 +6,15 @@ platform:
|
|||||||
arch: arm64
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: test
|
- name: prepare
|
||||||
image: ubuntu
|
image: ubuntu
|
||||||
commands:
|
commands:
|
||||||
|
- apt update
|
||||||
- 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: build
|
||||||
|
commands:
|
||||||
- tools/rebuild-iso.sh
|
- tools/rebuild-iso.sh
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
|
Loading…
Reference in New Issue
Block a user