Skip to content

Instantly share code, notes, and snippets.

@premun
Last active November 22, 2021 15:46
Show Gist options
  • Save premun/25a5d02b15e8b60038ab22f9cd917475 to your computer and use it in GitHub Desktop.
Save premun/25a5d02b15e8b60038ab22f9cd917475 to your computer and use it in GitHub Desktop.
Quick XHarness debug
#!/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