File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -86,16 +86,16 @@ jobs:
86
86
87
87
- name : Check (for humans)
88
88
run : |
89
- Test-Path -Path ${{ env.LIBRARY_PREFIX }}\lib\libbmif.a
90
- Test-Path -Path ${{ env.LIBRARY_PREFIX }}\lib\libbmif_win.dll.a
91
- Test-Path -Path ${{ env.LIBRARY_PREFIX }}\bin\libbmif_win.dll
89
+ Test-Path -Path ${{ env.LIBRARY_PREFIX }}\lib\bmif.lib
90
+ Test-Path -Path ${{ env.LIBRARY_PREFIX }}\bin\bmif.dll
92
91
Test-Path -Path ${{ env.LIBRARY_PREFIX }}\include\bmif_${{ env.BMI_VERSION }}.mod
92
+ Test-Path -Path ${{ env.LIBRARY_PREFIX }}\lib\bmif_static.lib
93
93
pkg-config --exists --print-errors bmif
94
94
95
95
- name : Test (for machines)
96
96
run : |
97
- if ( -not ( Test-Path -Path ${{ env.LIBRARY_PREFIX }}\lib\libbmif.a ) ){ exit 1 }
98
- if ( -not ( Test-Path -Path ${{ env.LIBRARY_PREFIX }}\lib\libbmif_win.dll.a ) ){ exit 1 }
99
- if ( -not ( Test-Path -Path ${{ env.LIBRARY_PREFIX }}\bin\libbmif_win.dll ) ){ exit 1 }
97
+ if ( -not ( Test-Path -Path ${{ env.LIBRARY_PREFIX }}\lib\bmif.lib ) ){ exit 1 }
98
+ if ( -not ( Test-Path -Path ${{ env.LIBRARY_PREFIX }}\bin\bmif.dll ) ){ exit 1 }
100
99
if ( -not ( Test-Path -Path ${{ env.LIBRARY_PREFIX }}\include\bmif_${{ env.BMI_VERSION }}.mod ) ){ exit 1 }
100
+ if ( -not ( Test-Path -Path ${{ env.LIBRARY_PREFIX }}\lib\bmif_static.lib ) ){ exit 1 }
101
101
if ( -not ( Test-Path -Path ${{ env.LIBRARY_PREFIX }}\lib\pkgconfig\bmif.pc ) ){ exit 1 }
You can’t perform that action at this time.
0 commit comments