Skip to content

Commit

Permalink
ci: Remove ImageMagick handling
Browse files Browse the repository at this point in the history
  • Loading branch information
hpjansson committed Sep 17, 2023
1 parent 47be00e commit 58ef8ba
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/c-cpp.yml
Expand Up @@ -21,7 +21,6 @@ jobs:
automake
libtool
libglib2.0-dev
libmagickwand-dev
libavif-dev
libjpeg-dev
librsvg2-dev
Expand All @@ -35,7 +34,7 @@ jobs:
mkdir build
- name: Making without ImageMagick
- name: Building
working-directory: ./build
run: >
CFLAGS='
Expand All @@ -51,23 +50,14 @@ jobs:
-Wno-error=unused-value
-Wno-error=comment
-Wno-error=missing-braces'
../autogen.sh --prefix=/usr --enable-gtk-doc --enable-man --without-imagemagick
../autogen.sh --prefix=/usr --enable-gtk-doc --enable-man
make -j4
- name: Running tests
working-directory: ./build
run: make check

- name: Making with ImageMagick
working-directory: ./build
run: >
rm -Rf ../build/*
../autogen.sh --prefix=/usr --enable-gtk-doc --enable-man
make -j4
- name: Installing chafa
working-directory: ./build
run: >
Expand Down

0 comments on commit 58ef8ba

Please sign in to comment.