Update config for CI

This commit is contained in:
apio 2022-12-05 18:48:40 +01:00
parent bd7b9ad237
commit ac2da14319
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -6,7 +6,11 @@ platform:
arch: arm64 arch: arm64
steps: steps:
- name: prepare - name: check-formatting
image: ubuntu
commands:
- tools/check-formatting.sh
- name: build
image: ubuntu image: ubuntu
commands: commands:
- apt update - apt update
@ -14,14 +18,7 @@ steps:
- wget https://pub.cloudapio.eu/luna/toolchain-linux-arm64.tar.gz --quiet - wget https://pub.cloudapio.eu/luna/toolchain-linux-arm64.tar.gz --quiet
- tar xf toolchain-linux-arm64.tar.gz - tar xf toolchain-linux-arm64.tar.gz
- rm toolchain-linux-arm64.tar.gz - rm toolchain-linux-arm64.tar.gz
- name: build
image: ubuntu
commands:
- tools/rebuild-iso.sh - tools/rebuild-iso.sh
- name: check-formatting
image: ubuntu
commands:
- tools/check-formatting.sh
trigger: trigger:
branch: branch: