We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02f4a3 commit 627c5f5Copy full SHA for 627c5f5
.github/workflows/buildcommit.yml
@@ -74,6 +74,10 @@ jobs:
74
- uses: microsoft/setup-msbuild@v1.0.2
75
- name: build
76
run: msbuild.exe vs2019\stackman.sln /p:Platform=${{matrix.platform}}
77
+ - name: strip timestamps from lib
78
+ run: python tools/strip-lib.py lib/win_${{matrix.platform}}/stackman.lib
79
+ - name: rebuild after stripping
80
+ run: msbuild.exe vs2019\stackman.sln /p:Platform=${{matrix.platform}}
81
- name: test
82
if: ${{ matrix.native == 'yes' }}
83
run: vs2019\${{matrix.folder}}\Debug\test.exe
0 commit comments