mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-08-20 06:51:13 +08:00
fix libtool
This commit is contained in:
parent
9e35bf104c
commit
58eb5657cc
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
@ -108,6 +108,11 @@ jobs:
|
||||
MDBPATH: test/data
|
||||
windows:
|
||||
runs-on: windows-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
iconv: [ enable-iconv, disable-iconv]
|
||||
glib: [ enable-glib, disable-glib ]
|
||||
defaults:
|
||||
run:
|
||||
shell: msys2 {0}
|
||||
@ -120,13 +125,16 @@ jobs:
|
||||
base-devel
|
||||
gcc
|
||||
git
|
||||
glib2
|
||||
- uses: actions/checkout@v2
|
||||
- name: Check out test data
|
||||
run: git clone https://github.com/mdbtools/mdbtestdata.git test
|
||||
- name: Autoconf
|
||||
run: autoreconf -i -f
|
||||
- name: Fix libtool
|
||||
run: sed -i s/_spawnv/spawn/ libtool
|
||||
- name: Configure
|
||||
run: ./configure
|
||||
run: ./configure --${{ matrix.glib }} --${{ matrix.iconv }}
|
||||
- name: Make
|
||||
run: make
|
||||
- name: Test
|
||||
|
Loading…
Reference in New Issue
Block a user