Skip to content

Commit 627c5f5

Browse files
committed
update build step to strip timestamps from libs
1 parent d02f4a3 commit 627c5f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/buildcommit.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ jobs:
7474
- uses: microsoft/setup-msbuild@v1.0.2
7575
- name: build
7676
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}}
7781
- name: test
7882
if: ${{ matrix.native == 'yes' }}
7983
run: vs2019\${{matrix.folder}}\Debug\test.exe

0 commit comments

Comments
 (0)