Build linux under windows with MUSL

This commit is contained in:
Jaby
2022-09-22 19:26:13 +02:00
parent 1a1749531c
commit e358ad7bd6
5 changed files with 25 additions and 18 deletions

View File

@@ -33,7 +33,9 @@
},
"options": {
"cwd": "${workspaceFolder}/Tests"
}
},
"dependsOn": ["cargo"],
"dependsOrder": "sequence"
}
],
"inputs": [
@@ -53,7 +55,7 @@
{
"id": "cargo cmd",
"type":"pickString",
"options": ["build", "run", "check", "clean"],
"options": ["build", "check", "clean", "run", "test"],
"default": "build",
"description": "cargo command to run"
},