Will it work now?
This commit is contained in:
parent
8f3e80ae47
commit
08b4c078dd
19
.drone.yml
19
.drone.yml
@ -1,16 +1,17 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: lint-pr
|
name: test-pr
|
||||||
|
|
||||||
|
platform:
|
||||||
|
arch: arm64
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: setup-env
|
- name: test
|
||||||
image: ubuntu:latest
|
image: ubuntu
|
||||||
commands:
|
commands:
|
||||||
- apt install build-essential cmake ninja-build wget
|
- ./configure
|
||||||
- wget https://pub.cloudapio.eu/luna/toolchain-linux-arm64.tar.gz
|
- make
|
||||||
- tar xf toolchain-linux-arm64.tar.gz
|
- make test
|
||||||
- tools/check-formatting.sh
|
|
||||||
- tools/rebuild-iso.sh
|
|
||||||
|
|
||||||
trigger:
|
trigger:
|
||||||
branch:
|
branch:
|
||||||
|
Loading…
Reference in New Issue
Block a user