You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build libvips with a GitHub Actions workflow (#31)
The version of libvips can be defined in the `LIBVIPS_VERSION` file in the root of the repository.
Every time a new tag starting with 'v*', such as `v8.8.1` is being pushed, the "build-release" workflow will be triggered and do the following things:
* Create a pre-release for the tag on GitHub
* Build libvips with the version provided in `LIBVIPS_VERSION` for every platform
* Upload the release artifacts to the GitHub release which was created before
0 commit comments