Merge pull request #168 from qmfrederik/features/arem64

Run unit tests on arm64 hardware
This commit is contained in:
Frederik Carlier
2020-09-17 13:55:41 +02:00
committed by GitHub

12
.drone.yml Normal file
View File

@@ -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