mise for arch

This commit is contained in:
2026-03-07 13:15:50 -07:00
parent 33c143852b
commit 54ae118eeb
2 changed files with 13 additions and 1 deletions

2
.gitignore vendored
View File

@@ -97,3 +97,5 @@ InitTestScene*.unity*
# Auto-generated scenes by play mode tests # Auto-generated scenes by play mode tests
/[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity* /[Aa]ssets/[Ii]nit[Tt]est[Ss]cene*.unity*
/dotnet-test/

10
mise.toml Normal file
View File

@@ -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'