Luna/.drone.yml
2022-12-05 18:19:55 +01:00

25 lines
420 B
YAML

kind: pipeline
type: docker
name: test-pr
platform:
arch: arm64
steps:
- name: prepare
image: ubuntu
commands:
- apt update
- 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
- name: build
commands:
- tools/rebuild-iso.sh
trigger:
branch:
- main
- restart
event:
- pull_request