Last active
November 22, 2021 15:46
-
-
Save premun/25a5d02b15e8b60038ab22f9cd917475 to your computer and use it in GitHub Desktop.
Quick XHarness debug
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -ex | |
mkdir xharness | |
cd xharness | |
curl -o app.zip https://helixde8s23ayyeko0k025g8.blob.core.windows.net/helix-job-887183ce-9e51-42c7-8f91-7115351158c468dcea120bb455ba3/xharness-payload-system.numerics.vectors.tests.zip | |
tar -xzvf app.zip | |
rm app.zip *.sh | |
curl -L aka.ms/get-xharness | bash - | |
export DOTNET_ROOT="./.dotnet" | |
./xharness version | |
./xharness apple test -t ios-simulator-64 -o o -a System.Numerics.Vectors.Tests.app |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment