We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c1b51 commit 053ce2dCopy full SHA for 053ce2d
1 file changed
.github/workflows/build.yml
@@ -87,13 +87,14 @@ jobs:
87
postgres-version: 14
88
- run: |
89
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvars64.bat" && ^
90
- cd %TEMP% && ^
91
nmake /NOLOGO /F Makefile.win && ^
92
nmake /NOLOGO /F Makefile.win install && ^
93
nmake /NOLOGO /F Makefile.win installcheck && ^
94
nmake /NOLOGO /F Makefile.win clean && ^
95
nmake /NOLOGO /F Makefile.win uninstall
96
shell: cmd
+ - if: ${{ failure() }}
97
+ run: cat regression.diffs
98
i386:
99
if: ${{ !startsWith(github.ref_name, 'mac') && !startsWith(github.ref_name, 'windows') }}
100
runs-on: ubuntu-latest
0 commit comments