Update drone.yml

This commit is contained in:
apio 2022-12-05 18:06:30 +01:00
parent e6c56172d3
commit 4074835185
Signed by: apio
GPG Key ID: B8A7D06E42258954

View File

@ -3,22 +3,25 @@ type: docker
name: lint-pr name: lint-pr
steps: steps:
- name: setup-env - name: setup-env
image: ubuntu:latest image: ubuntu:latest
commands: commands:
- apt install build-essential cmake ninja-build wget - apt install build-essential cmake ninja-build wget
- wget https://pub.cloudapio.eu/luna/toolchain-linux-arm64.tar.gz - wget https://pub.cloudapio.eu/luna/toolchain-linux-arm64.tar.gz
- tar xf toolchain-linux-arm64.tar.gz - tar xf toolchain-linux-arm64.tar.gz
- name: check-formatting
- name: check-formatting
commands: commands:
- tools/check-formatting.sh - tools/check-formatting.sh
- name: check-stdint
- name: check-stdint
commands: commands:
- tools/check-stdint.sh - tools/check-stdint.sh
when: when:
branch: branch:
- restart - restart
- name: check-build
- name: check-build
commands: commands:
- tools/rebuild-iso.sh - tools/rebuild-iso.sh