Ran
|
Jobs
1
|
Files
142
|
Run time
10s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
autotools: fix building for 32bit windows due to stdcall symbol mangling (#689) Use AC_CHECK_DECL not AC_CHECK_FUNCS, while this doesn't do a linkage test, it just makes sure the headers define it, this is the only thing without a complex workaround on Windows that will do what we need. See: https://github.com/msys2/msys2/wiki/Porting/f87a22211#calling-conventions-stdcall-and-autotools and https://lists.gnu.org/archive/html/autoconf/2013-05/msg00085.html and for a more complex workaround, we'd need to use AC_LINK_IFELSE like: https://mailman.videolan.org/pipermail/vlc-devel/2015-March/101802.html which would require we check each individually and provide function arguments for the test. I don't think that is worthwhile. Fixes Issue: #688 Fix By: Brad House (@bradh352)
7707 of 9567 relevant lines covered (80.56%)
1934.6 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | #537.1 | 142 |
80.56 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|