From 54ae118eeb7c7fe5344d301e2e9a0fc54ca0dd45 Mon Sep 17 00:00:00 2001 From: breel Date: Sat, 7 Mar 2026 13:15:50 -0700 Subject: [PATCH] mise for arch --- .gitignore | 4 +++- mise.toml | 10 ++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 mise.toml diff --git a/.gitignore b/.gitignore index 956ee68..b0b084d 100644 --- a/.gitignore +++ b/.gitignore @@ -96,4 +96,6 @@ InitTestScene*.unity* /[Aa]ssets/Unity.VisualScripting.Generated/VisualScripting.Core/Property Providers.meta # Auto-generated scenes by play mode tests -/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity* \ No newline at end of file +/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity* + +/dotnet-test/ diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..376d847 --- /dev/null +++ b/mise.toml @@ -0,0 +1,10 @@ +[tools] +cmake = "latest" +dotnet = "latest" +python = "latest" + +[tasks.setup-linux-arch] +run = 'paru -S mono git vim-youcompleteme-git mono-msbuild; touch "${MISE_PROJECT_ROOT}"/.sln' + +[tasks.test-run-csharp] +run = 'dotnet new console -n dotnet-test && dotnet run --project=./dotnet-test && ls dotnet-test/*.cs'