Skip to content

Commit 602afb5

Browse files
author
Dan Rosser
committed
Windows Test VS Debug / Release and - addonsExample
1 parent 9c70b23 commit 602afb5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/of.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -118,15 +118,16 @@ jobs:
118118
./scripts/ci/vs/install_bleeding.sh
119119
- name: Setup MSBuild
120120
uses: microsoft/setup-msbuild@v2
121-
- name: Build DEBUG emptyExample
121+
- name: Build DEBUG and RELEASE emptyExample
122122
working-directory: ${{env.GITHUB_WORKSPACE}}
123-
run:
123+
run: |
124124
msbuild examples/templates/emptyExample/emptyExample.vcxproj /p:configuration=debug /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
125-
# - name: Build DEBUG allAddonsExample
126-
# working-directory: ${{env.GITHUB_WORKSPACE}}
127-
# run:
128-
# msbuild examples/templates/allAddonsExample/allAddonsExample.vcxproj /p:configuration=debug /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
129-
125+
msbuild examples/templates/emptyExample/emptyExample.vcxproj /p:configuration=release /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
126+
- name: Build DEBUG and RELEASE allAddonsExample
127+
working-directory: ${{env.GITHUB_WORKSPACE}}
128+
run: |
129+
msbuild examples/templates/allAddonsExample/allAddonsExample.vcxproj /p:configuration=debug /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
130+
msbuild examples/templates/allAddonsExample/allAddonsExample.vcxproj /p:configuration=release /p:platform=${{ matrix.platform }} /p:PlatformToolset=v143
130131
131132
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
132133

0 commit comments

Comments
 (0)