mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-19 04:06:32 -07:00
fix(ci): try new install
This commit is contained in:
parent
537b7e03a9
commit
e0f854d88f
1 changed files with 2 additions and 3 deletions
|
|
@ -71,7 +71,7 @@ addons:
|
||||||
- libffi-dev
|
- libffi-dev
|
||||||
|
|
||||||
# VIPS 8.3.3 requires Poppler 0.30 which is not released on Trusty.
|
# VIPS 8.3.3 requires Poppler 0.30 which is not released on Trusty.
|
||||||
install:
|
script:
|
||||||
- >
|
- >
|
||||||
cd /tmp && \
|
cd /tmp && \
|
||||||
curl -fsSLO https://github.com/libvips/libvips/releases/download/v${LIBVIPS}/vips-${LIBVIPS}.tar.gz && \
|
curl -fsSLO https://github.com/libvips/libvips/releases/download/v${LIBVIPS}/vips-${LIBVIPS}.tar.gz && \
|
||||||
|
|
@ -134,8 +134,7 @@ install:
|
||||||
# - export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$HOME/libvips/lib/pkgconfig
|
# - export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$HOME/libvips/lib/pkgconfig
|
||||||
# - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/libvips/lib
|
# - export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$HOME/libvips/lib
|
||||||
# - vips --vips-version
|
# - vips --vips-version
|
||||||
|
# script:
|
||||||
script:
|
|
||||||
- diff -u <(echo -n) <(gofmt -s -d ./)
|
- diff -u <(echo -n) <(gofmt -s -d ./)
|
||||||
- diff -u <(echo -n) <(go vet ./)
|
- diff -u <(echo -n) <(go vet ./)
|
||||||
- diff -u <(echo -n) <(golint ./)
|
- diff -u <(echo -n) <(golint ./)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue