mirror of
https://github.com/handsomezhuzhu/2025-yatcpu.git
synced 2026-02-20 20:10:14 +00:00
16 lines
970 B
JSON
16 lines
970 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(sbt \"testOnly riscv.MemoryTestF\")",
|
|
"Bash(mill yatcpu.test.testOnly:*)",
|
|
"Bash(powershell.exe -Command \"sbt ''testOnly riscv.MemoryTestF''\")",
|
|
"Bash(powershell.exe -Command \"& ''C:\\Program Files (x86)\\sbt\\bin\\sbt.bat'' ''testOnly riscv.MemoryTestF''\")",
|
|
"Bash(powershell.exe -Command \"java -version\")",
|
|
"Bash(powershell.exe -Command \"$env:JAVA_HOME=''C:\\Users\\26586\\.jdks\\temurin-17.0.16''; $env:PATH=''C:\\Users\\26586\\.jdks\\temurin-17.0.16\\bin;''+$env:PATH; cd ''E:\\jizu\\2025-fall-yatcpu-repo\\lab4''; & ''C:\\Program Files (x86)\\sbt\\bin\\sbt.bat'' ''testOnly riscv.MemoryTestF''\")",
|
|
"Bash(cmd.exe /c \"set JAVA_HOME=C:\\Users\\26586\\.jdks\\temurin-17.0.16 && set PATH=C:\\Users\\26586\\.jdks\\temurin-17.0.16\\bin;%PATH% && \"\"C:\\Program Files (x86)\\sbt\\bin\\sbt.bat\"\" \"\"testOnly riscv.MemoryTestF\"\"\")"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
}
|
|
}
|