mirror of
https://github.com/rosenbjerg/FFMpegCore.git
synced 2025-01-18 04:26:44 +00:00
Added configuration for running tests in WSL on windows
See https://learn.microsoft.com/en-us/visualstudio/test/remote-testing?view=vs-2022
This commit is contained in:
parent
6e38b45445
commit
f95bba5aa2
1 changed files with 10 additions and 0 deletions
10
testenvironments.json
Normal file
10
testenvironments.json
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{
|
||||||
|
"version": "1",
|
||||||
|
"environments": [
|
||||||
|
{
|
||||||
|
"name": "Ubuntu",
|
||||||
|
"type": "wsl",
|
||||||
|
"wslDistribution": "Ubuntu"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in a new issue