add some workflow dbg
This commit is contained in:
parent
3a5238747e
commit
455a6e18af
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -1,6 +1,7 @@
|
|||||||
name: Test
|
name: Test
|
||||||
|
|
||||||
# to-do:
|
# to-do:
|
||||||
|
# - libheif is still not being detected
|
||||||
# - add a macos test with brew etc.
|
# - add a macos test with brew etc.
|
||||||
# - build with clang/asan/etc. and run the fuzz tests
|
# - build with clang/asan/etc. and run the fuzz tests
|
||||||
|
|
||||||
@ -63,6 +64,11 @@ jobs:
|
|||||||
libopenslide-dev
|
libopenslide-dev
|
||||||
libffi-dev
|
libffi-dev
|
||||||
|
|
||||||
|
- name: List installed packages
|
||||||
|
run: |
|
||||||
|
pkg-config --list-all
|
||||||
|
echo -n "libheif: "; pkg-config libheif --modversion
|
||||||
|
|
||||||
- name: Configure libvips
|
- name: Configure libvips
|
||||||
run: CFLAGS=-Wall CXXFLAGS=-Wall ./autogen.sh
|
run: CFLAGS=-Wall CXXFLAGS=-Wall ./autogen.sh
|
||||||
--disable-dependency-tracking
|
--disable-dependency-tracking
|
||||||
|
Loading…
Reference in New Issue
Block a user