mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
feat(ci): enable libvips versions
This commit is contained in:
parent
b9b68b751a
commit
dcf9582c5a
1 changed files with 7 additions and 11 deletions
18
.travis.yml
18
.travis.yml
|
|
@ -7,14 +7,14 @@ services:
|
|||
- docker
|
||||
|
||||
env:
|
||||
# - LIBVIPS=7.42.3
|
||||
# - LIBVIPS=8.4.6
|
||||
# - LIBVIPS=8.5.8
|
||||
# - LIBVIPS=8.6.2
|
||||
# - LIBVIPS=8.7.4
|
||||
# - LIBVIPS=8.8.4
|
||||
- LIBVIPS=7.42.3
|
||||
- LIBVIPS=8.4.6
|
||||
- LIBVIPS=8.5.8
|
||||
- LIBVIPS=8.6.2
|
||||
- LIBVIPS=8.7.4
|
||||
- LIBVIPS=8.8.4
|
||||
- LIBVIPS=8.9.2
|
||||
# - LIBVIPS=master
|
||||
- LIBVIPS=master
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
|
|
@ -32,10 +32,6 @@ install:
|
|||
|
||||
script:
|
||||
- docker run h2non/bimg:ci sh -c 'export LD_LIBRARY_PATH=/vips/lib:$LD_LIBRARY_PATH; export PKG_CONFIG_PATH=/vips/lib/pkgconfig:/usr/local/lib/pkgconfig:/usr/lib/pkgconfig:/usr/X11/lib/pkgconfig; go vet . && golint . && go test -v -race -covermode=atomic -coverprofile=coverage.out'
|
||||
# - diff -u <(echo -n) <(gofmt -s -d ./)
|
||||
# - diff -u <(echo -n) <(go vet ./)
|
||||
# - diff -u <(echo -n) <(golint ./)
|
||||
# - go test -v -race -covermode=atomic -coverprofile=coverage.out
|
||||
|
||||
# after_success:
|
||||
# - goveralls -coverprofile=coverage.out -service=travis-ci
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue