Last active
August 25, 2021 11:25
-
-
Save smoogipoo/1b87b3b518095199db0993133550abbe to your computer and use it in GitHub Desktop.
GC regions test
This file contains 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 | |
git clone -b gc-testing https://github.com/smoogipoo/osu | |
cd osu | |
git checkout d714f8297d2d05d256d099092c71f69400c7f1e9 | |
cd osu.Game.Rulesets.Osu.Tests | |
dotnet publish -c:Release -r:linux-x64 | |
# Set this to the custom CLR build. | |
export CORE_ROOT= | |
$CORE_ROOT/corerun bin/Release/net6.0/linux-x64/publish/osu.Game.Rulesets.Osu.Tests.dll |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment