File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -133,16 +133,6 @@ jobs:
133133 working-directory : ${{env.BUILD_DIR}}
134134 run : ctest --output-on-failure --test-dir test -C Release
135135
136- - name : check /DEPENDENTLOADFLAG (Windows only)
137- if : matrix.os == 'windows-latest'
138- run : ${{github.workspace}}/.github/scripts/check_dll_flags.ps1 ${{env.BUILD_DIR}}/bin/Release/umf.dll
139- shell : pwsh
140-
141- - name : check /DEPENDENTLOADFLAG in umf_proxy.dll
142- if : matrix.os == 'windows-latest'
143- run : ${{github.workspace}}/.github/scripts/check_dll_flags.ps1 ${{env.BUILD_DIR}}/src/proxy_lib/Release/umf_proxy.dll
144- shell : pwsh
145-
146136 # TODO: We could add some script to verify metadata of dll's (selected fields, perhaps)
147137 # ref. https://superuser.com/questions/381276/what-are-some-nice-command-line-ways-to-inspect-dll-exe-details
148138 - name : Print metadata of our dll's
You can’t perform that action at this time.
0 commit comments