mirror of
https://github.com/mdbtools/mdbtools.git
synced 2025-04-04 10:53:30 +08:00
Fix appveyor build
This commit is contained in:
parent
22c379a611
commit
c3df30837e
@ -17,8 +17,10 @@ clone_folder: c:\projects\mdbtools
|
||||
|
||||
skip_tags: true
|
||||
|
||||
# Installing packages leads to the error:
|
||||
# Can't locate threads.pm in @INC (you may need to install the threads module)
|
||||
# So disable the SQL tests on this platform for now
|
||||
build_script:
|
||||
- C:\cygwin64\setup-x86_64.exe -q -P bison -P flex -P libiconv-devel
|
||||
- C:\cygwin64\bin\sh -lc "cd /cygdrive/c/projects/mdbtools && git clone https://github.com/mdbtools/mdbtestdata.git test"
|
||||
- C:\cygwin64\bin\sh -lc "cd /cygdrive/c/projects/mdbtools && autoreconf -i -f"
|
||||
- C:\cygwin64\bin\sh -lc "cd /cygdrive/c/projects/mdbtools && ./configure --disable-man --disable-silent-rules"
|
||||
@ -26,4 +28,3 @@ build_script:
|
||||
|
||||
test_script:
|
||||
- C:\cygwin64\bin\sh -lc "cd /cygdrive/c/projects/mdbtools && ./test_script.sh"
|
||||
- C:\cygwin64\bin\sh -lc "cd /cygdrive/c/projects/mdbtools && ./test_sql.sh"
|
||||
|
@ -86,7 +86,7 @@ AC_SUBST(LFLAGS)
|
||||
CFLAGS="$CFLAGS -Wall -Werror"
|
||||
LOCALE_T=locale_t
|
||||
AS_CASE([$host],
|
||||
[*mingw*|*cygwin*], [LDFLAGS="$LDFLAGS -no-undefined" LOCALE_T=_locale_t], [])
|
||||
[*mingw*], [LDFLAGS="$LDFLAGS -no-undefined" LOCALE_T=_locale_t], [])
|
||||
AC_SUBST(LOCALE_T)
|
||||
|
||||
dnl See if iconv is present and wanted
|
||||
|
Loading…
Reference in New Issue
Block a user