From cfc2f9274cac3fc4f988edf4a0356ad5d839cbd1 Mon Sep 17 00:00:00 2001 From: Franziskus Kiefer Date: Fri, 23 Jun 2023 11:04:55 +0200 Subject: [PATCH] Disable drone.io for now --- .drone.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0f60fa1a..c9d97289 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,18 +1,18 @@ -kind: pipeline -type: docker -name: arm64 - -platform: - arch: arm64 - -steps: -- name: test - image: ubuntu:20.04 - commands: - - ./.ci/kitware-archive.sh - - apt-get update -qq --yes && apt-get install -qq --yes clang cmake ninja-build python3 - - ./mach build --test -v -c - - ./mach build --release --test -v -c +# kind: pipeline +# type: docker +# name: arm64 +# +# platform: +# arch: arm64 +# +# steps: +# - name: test +# image: ubuntu:20.04 +# commands: +# - ./.ci/kitware-archive.sh +# - apt-get update -qq --yes && apt-get install -qq --yes clang cmake ninja-build python3 +# - ./mach build --test -v -c +# - ./mach build --release --test -v -c # --- # Doesn't work right now "At least one invalid signature was encountered"