add some workflow dbg

This commit is contained in:
John Cupitt 2020-12-23 12:05:00 +00:00
parent 3a5238747e
commit 455a6e18af
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: Test
# to-do:
# - libheif is still not being detected
# - add a macos test with brew etc.
# - build with clang/asan/etc. and run the fuzz tests
@ -63,6 +64,11 @@ jobs:
libopenslide-dev
libffi-dev
- name: List installed packages
run: |
pkg-config --list-all
echo -n "libheif: "; pkg-config libheif --modversion
- name: Configure libvips
run: CFLAGS=-Wall CXXFLAGS=-Wall ./autogen.sh
--disable-dependency-tracking