Skip to content

Commit e744404

Browse files
committed
VS2019 example build disabled until pg support
1 parent 01c4619 commit e744404

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/of.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -201,20 +201,20 @@ jobs:
201201
echo "Checking projectGenerator directory:"
202202
ls -la projectGenerator/
203203
204-
- name: run projectGenerator on examples
205-
shell: bash
206-
run: ./scripts/ci/vs/pg_projects.sh
204+
# - name: run projectGenerator on examples
205+
# shell: bash
206+
# run: ./scripts/ci/vs/pg_projects.sh
207207

208-
- name: Build DEBUG and RELEASE emptyExample
209-
working-directory: ${{env.GITHUB_WORKSPACE}}
210-
run: |
211-
msbuild examples/templates/emptyExample/emptyExample.vcxproj /p:configuration=debug /p:platform=${{ matrix.platform }} /p:PlatformToolset=v142
212-
msbuild examples/templates/emptyExample/emptyExample.vcxproj /p:configuration=release /p:platform=${{ matrix.platform }} /p:PlatformToolset=v142
213-
- name: Build DEBUG and RELEASE allAddonsExample
214-
working-directory: ${{env.GITHUB_WORKSPACE}}
215-
run: |
216-
msbuild examples/templates/allAddonsExample/allAddonsExample.vcxproj /p:configuration=debug /p:platform=${{ matrix.platform }} /p:PlatformToolset=v142
217-
msbuild examples/templates/allAddonsExample/allAddonsExample.vcxproj /p:configuration=release /p:platform=${{ matrix.platform }} /p:PlatformToolset=v142
208+
# - name: Build DEBUG and RELEASE emptyExample
209+
# working-directory: ${{env.GITHUB_WORKSPACE}}
210+
# run: |
211+
# msbuild examples/templates/emptyExample/emptyExample.vcxproj /p:configuration=debug /p:platform=${{ matrix.platform }} /p:PlatformToolset=v142
212+
# msbuild examples/templates/emptyExample/emptyExample.vcxproj /p:configuration=release /p:platform=${{ matrix.platform }} /p:PlatformToolset=v142
213+
# - name: Build DEBUG and RELEASE allAddonsExample
214+
# working-directory: ${{env.GITHUB_WORKSPACE}}
215+
# run: |
216+
# msbuild examples/templates/allAddonsExample/allAddonsExample.vcxproj /p:configuration=debug /p:platform=${{ matrix.platform }} /p:PlatformToolset=v142
217+
# msbuild examples/templates/allAddonsExample/allAddonsExample.vcxproj /p:configuration=release /p:platform=${{ matrix.platform }} /p:PlatformToolset=v142
218218

219219

220220
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

0 commit comments

Comments
 (0)