Will it work now?

This commit is contained in:
apio 2022-12-05 18:11:22 +01:00
parent 8f3e80ae47
commit 08b4c078dd
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -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: