File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
test/CppTests/TestConfigurations Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 7676 update : true
7777 install : >-
7878 mingw-w64-x86_64-toolchain
79-
79+
80+ - shell : msys2 {0}
81+ name : Gather c++ toolchain paths
82+ run : |
83+ cygpath -w $(which g++)
84+ cygpath -w $(which g++)
85+
86+
8087 - run : >
8188 dotnet test ${{ github.workspace }}\bin\DebugAdapterProtocolTests\Debug\CppTests\CppTests.dll --logger "trx;LogFileName=${{ github.workspace }}\bin\DebugAdapterProtocolTests\Debug\CppTests\results.trx"
8289
Original file line number Diff line number Diff line change 1010 <Compiler
1111 Name =" GppMingw64"
1212 Type =" GPlusPlus"
13- Path =" D:\a\_temp\msys\ msys64\mingw64\bin\g++.exe" />
13+ Path =" D:\a\_temp\msys64\mingw64\bin\g++.exe" />
1414 </Compilers >
1515 <Debuggers >
1616 <Debugger
1717 Name =" GdbMingw64"
1818 Type =" Gdb_MinGW"
19- Path =" D:\a\_temp\msys\ msys64\mingw64\bin\gdb.exe"
19+ Path =" D:\a\_temp\msys64\mingw64\bin\gdb.exe"
2020 AdapterPath =" OpenDebugAD7.exe"
2121 />
2222 </Debuggers >
You can’t perform that action at this time.
0 commit comments