From 9b423fa8a5f655b954896497de232ccb56d53c61 Mon Sep 17 00:00:00 2001 From: Frederik Carlier Date: Sun, 30 Aug 2020 23:31:22 +0200 Subject: [PATCH] Run unit tests on arm64 hardware --- .drone.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..1789cc3 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,12 @@ +kind: pipeline +name: arm64 + +platform: + os: linux + arch: arm64 + +steps: +- name: build + image: mcr.microsoft.com/dotnet/sdk:5.0-focal-arm64v8 + commands: + - dotnet test Packaging.Targets.Tests/Packaging.Targets.Tests.csproj \ No newline at end of file