-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
373e074
commit 06488b5
Showing
1 changed file
with
6 additions
and
5 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 |
---|---|---|
|
@@ -36,10 +36,11 @@ jobs: | |
- name: Add MSBuild to PATH | ||
uses: microsoft/[email protected] | ||
|
||
- name: Build Detours | ||
working-directory: ${{env.GITHUB_WORKSPACE}}/extern/Detours | ||
run: | | ||
nmake /f Makefile DETOURS_TARGET_PROCESSOR=X86 | ||
- name: Build | ||
#working-directory: ${{env.GITHUB_WORKSPACE}} | ||
# Add additional options to the MSBuild command line here (like platform or verbosity level). | ||
# See https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference | ||
#run: msbuild /m /p:Configuration=${{env.BUILD_CONFIGURATION}} ${{env.SOLUTION_FILE_PATH}} | ||
working-directory: ${{env.GITHUB_WORKSPACE}} | ||
run: msbuild fakereg/fakereg.vcxproj /m /p:Platform=x86 | ||
run: msbuild fakereg/fakereg.vcxproj /m /p:Platform=x86 /p:Configuration=Release |