mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-13 09:20:29 -07:00
fix(ci): try exporting env vars
This commit is contained in:
parent
d54a14e5c7
commit
cbde5885a8
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ before_install:
|
||||||
- docker build -t bimg:testing --build-arg LIBVIPS_VERSION=$LIBVIPS .
|
- docker build -t bimg:testing --build-arg LIBVIPS_VERSION=$LIBVIPS .
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- docker run bimg:testing sh -c 'go vet . && golint . && go test -v -race -covermode=atomic -coverprofile=coverage.out'
|
- docker run bimg:testing 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) <(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