From 08b4c078dd51d9a32dd135f09326824c29973212 Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 5 Dec 2022 18:11:22 +0100 Subject: [PATCH] Will it work now? --- .drone.yml | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) 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: