Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfx committed Jan 8, 2024
1 parent b0a7218 commit a05d14a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,16 @@ jobs:
shell: msys2 {0}
run: |
pacman --noconfirm -S mingw-w64-x86_64-imagemagick
- name: Check deps
shell: msys2 {0}
run: |
/c/hostedtoolcache/windows/go/1.20.6/x64/bin/go.exe env
pkg-config --cflags --libs MagickWand
set MAGICK_CONFIGURE_PATH=/d/a/_temp/msys/msys64/mingw64/etc/ImageMagick-7
convert -list configure
pkg-config --cflags --libs MagickWand
set MAGICK_CONFIGURE_PATH=/d/a/_temp/msys/msys64/mingw64/etc/ImageMagick-7
convert -list configure
ls /d/a/_temp/msys/msys64/mingw64/etc/ImageMagick-7
ls /d/a/_temp/msys64/mingw64/etc/ImageMagick-7
ls /d/a/_temp/msys64/mingw64/lib
- name: Test
shell: msys2 {0}
run: |
/c/hostedtoolcache/windows/go/1.20.6/x64/bin/go.exe env
set MAGICK_CONFIGURE_PATH=/d/a/_temp/msys/msys64/mingw64/etc/ImageMagick-7
/c/hostedtoolcache/windows/go/1.20.6/x64/bin/go.exe test -v ./imagick

0 comments on commit a05d14a

Please sign in to comment.