diff --git a/.drone.yml b/.drone.yml index b35ef16c..b4f07ab6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,16 +1,17 @@ kind: pipeline type: docker -name: lint-pr +name: test-pr + +platform: + arch: arm64 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 +- name: test + image: ubuntu + commands: + - ./configure + - make + - make test trigger: branch: