Skip to content

Commit

Permalink
Disable drone.io for now
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer authored Jun 23, 2023
1 parent e3411ff commit cfc2f92
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit cfc2f92

Please sign in to comment.