Luna/.drone.yml
2022-12-05 18:08:50 +01:00

20 lines
419 B
YAML

kind: pipeline
type: docker
name: lint-pr
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
trigger:
branch:
- main
- restart
event:
- pull_request