mirror of
https://github.com/imgproxy/imgproxy.git
synced 2025-01-23 11:14:48 +02:00
Fix lint in CircleCI; Fix jobs names in CircleCI
This commit is contained in:
parent
d5b7e2aa13
commit
f5f1134b1c
@ -11,31 +11,31 @@ workflows:
|
|||||||
go_version: "1.12"
|
go_version: "1.12"
|
||||||
vips_version: "8.7"
|
vips_version: "8.7"
|
||||||
- build:
|
- build:
|
||||||
name: go1.11_vips8.7
|
name: go1.12_vips8.7
|
||||||
requires:
|
requires:
|
||||||
- checkout_code
|
- checkout_code
|
||||||
go_version: "1.12"
|
go_version: "1.12"
|
||||||
vips_version: "8.7"
|
vips_version: "8.7"
|
||||||
- build:
|
- build:
|
||||||
name: go1.11_vips8.6
|
name: go1.12_vips8.6
|
||||||
requires:
|
requires:
|
||||||
- checkout_code
|
- checkout_code
|
||||||
go_version: "1.12"
|
go_version: "1.12"
|
||||||
vips_version: "8.6"
|
vips_version: "8.6"
|
||||||
- build:
|
- build:
|
||||||
name: go1.11_vips8.5
|
name: go1.12_vips8.5
|
||||||
requires:
|
requires:
|
||||||
- checkout_code
|
- checkout_code
|
||||||
go_version: "1.12"
|
go_version: "1.12"
|
||||||
vips_version: "8.5"
|
vips_version: "8.5"
|
||||||
- build:
|
- build:
|
||||||
name: go1.11_vips8.4
|
name: go1.12_vips8.4
|
||||||
requires:
|
requires:
|
||||||
- checkout_code
|
- checkout_code
|
||||||
go_version: "1.12"
|
go_version: "1.12"
|
||||||
vips_version: "8.4"
|
vips_version: "8.4"
|
||||||
- build:
|
- build:
|
||||||
name: go1.11_vips8.3
|
name: go1.12_vips8.3
|
||||||
requires:
|
requires:
|
||||||
- checkout_code
|
- checkout_code
|
||||||
go_version: "1.12"
|
go_version: "1.12"
|
||||||
@ -163,6 +163,7 @@ jobs:
|
|||||||
gvm install go<< parameters.go_version >> -B
|
gvm install go<< parameters.go_version >> -B
|
||||||
gvm use go<< parameters.go_version >>
|
gvm use go<< parameters.go_version >>
|
||||||
export GOPATH=/go
|
export GOPATH=/go
|
||||||
|
export PATH="PATH:$(go env GOPATH)/bin"
|
||||||
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/root/vips/<< parameters.vips_version >>/lib
|
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/root/vips/<< parameters.vips_version >>/lib
|
||||||
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/root/vips/<< parameters.vips_version >>/lib/pkgconfig
|
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/root/vips/<< parameters.vips_version >>/lib/pkgconfig
|
||||||
export CGO_LDFLAGS_ALLOW="-s|-w"
|
export CGO_LDFLAGS_ALLOW="-s|-w"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user