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
|
||||
type: docker
|
||||
name: lint-pr
|
||||
name: test-pr
|
||||
|
||||
platform:
|
||||
arch: arm64
|
||||
|
||||
steps:
|
||||
- name: setup-env
|
||||
image: ubuntu:latest
|
||||
commands:
|
||||
- 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
|
||||
- tools/check-formatting.sh
|
||||
- tools/rebuild-iso.sh
|
||||
- name: test
|
||||
image: ubuntu
|
||||
commands:
|
||||
- ./configure
|
||||
- make
|
||||
- make test
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
|
Loading…
Reference in New Issue
Block a user