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