File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -132,6 +132,11 @@ jobs:
132
132
destination_workspace : src
133
133
skip_existing : ' true'
134
134
135
+ - name : Install VCTools for Dumpbin
136
+ shell : pwsh
137
+ run :
138
+ choco install visualstudio2019buildtools --package-parameters "--includeRecommended --includeOptional --add Microsoft.VisualStudio.Component.VC.Tools.x86.x64" --no-progress
139
+
135
140
- name : Build
136
141
id : build
137
142
continue-on-error : false
@@ -145,6 +150,11 @@ jobs:
145
150
cmake_build_type : ${{ matrix.cmake-config }}
146
151
workspace : ${{ github.workspace }}
147
152
153
+ - name : Run Dumpbin
154
+ shell : pwsh
155
+ run :
156
+ " & C:\P rogram Files (x86)\M icrosoft Visual Studio\2 019\B uildTools\V C\T ools\M SVC\1 4.29.30133\b in\H ostx64\x64 \d umpbin.exe ${{ github.workspace }}\b uild\f astdds\e xamples\c pp\h ello_world\R elease\h ello_world.exe"
157
+
148
158
- name : Test
149
159
if : ${{ !contains(github.event.pull_request.labels.*.name, 'no-test') }}
150
160
id : test
You can’t perform that action at this time.
0 commit comments