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"