Luna/.drone.yml
apio 20eeecb3e1
All checks were successful
continuous-integration/drone/push Build is passing
Run CI on push
2022-12-05 19:16:58 +01:00

25 lines
455 B
YAML

kind: pipeline
type: docker
name: test-pr
platform:
arch: arm64
steps:
- name: build
image: ubuntu
commands:
- apt update
- apt install build-essential cmake ninja-build wget nasm -y
- wget https://pub.cloudapio.eu/luna/toolchain-linux-arm64.tar.gz --quiet
- tar xf toolchain-linux-arm64.tar.gz
- rm toolchain-linux-arm64.tar.gz
- tools/rebuild-iso.sh
trigger:
branch:
- main
- restart
event:
- push
- pull_request