-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Github actions darenm/[email protected] removed as deprecated.
UnitTest project renamed to "HexCtrl Test".
- Loading branch information
Showing
21 changed files
with
8 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,9 @@ on: | |
|
||
env: | ||
PATH_PROJ_HEXCTRLDLL: '"./VS Projects/HexCtrl DLL/HexCtrl DLL.vcxproj"' | ||
PATH_PROJ_HEXCTRLTEST: '"./VS Projects/UnitTest/UnitTest.vcxproj"' | ||
PATH_TESTDLL: '"C:\HexCtrlTEMP\UnitTest.dll"' | ||
PATH_PROJ_HEXCTRLTEST: '"./VS Projects/HexCtrl Test/HexCtrl Test.vcxproj"' | ||
PATH_VSTESTCONSOLE_EXE: '"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe"' | ||
PATH_TESTDLL: '"C:\HexCtrlTEMP\HexCtrl Test.dll"' | ||
PATH_TEMPDIR: '"C:\HexCtrlTEMP\"' | ||
BUILD_CONFIG: Debug | ||
BUILD_PLATFORM_x64: x64 | ||
|
@@ -38,9 +39,7 @@ jobs: | |
working-directory: ${{env.GITHUB_WORKSPACE}} | ||
run: msbuild /m ${{env.PATH_PROJ_HEXCTRLTEST}} /p:Configuration=${{env.BUILD_CONFIG}} /p:Platform=${{env.BUILD_PLATFORM_x64}} /p:OutDir=${{env.PATH_TEMPDIR}} /p:LinkerAdditionalDir=${{env.PATH_TEMPDIR}} | ||
|
||
- name: Setup VSTest Path | ||
uses: darenm/[email protected] | ||
|
||
- name: Run UnitTest_x64 | ||
- name: Run HexCtrlTest_x64 | ||
working-directory: ${{env.GITHUB_WORKSPACE}} | ||
run: vstest.console.exe ${{env.PATH_TESTDLL}} | ||
run: | | ||
& ${{env.PATH_VSTESTCONSOLE_EXE}} ${{env.PATH_TESTDLL}} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters