Add support for vips #48
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test | |
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
name: Test | |
steps: | |
- uses: actions/checkout@v4 | |
- run: docker run $(docker build -q .) bash -c 'apt-get remove -y --purge imagemagick inkscape && bin/rake test X=/image_magick/' | |
- run: docker run $(docker build -q .) bash -c 'apt-get remove -y --purge libvips libvips-tools && bin/rake test X=/vips/' |