mirror of
https://github.com/quamotion/dotnet-packaging.git
synced 2026-02-04 05:35:40 +00:00
Merge pull request #168 from qmfrederik/features/arem64
Run unit tests on arm64 hardware
This commit is contained in:
12
.drone.yml
Normal file
12
.drone.yml
Normal 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
|
||||
Reference in New Issue
Block a user