mirror of
https://github.com/gfleury/go-bitbucket-v1.git
synced 2025-04-04 17:00:12 -05:00
Adding integration tests with bitbucket container
This commit is contained in:
parent
e83fdd057e
commit
36ecc06cb7
11
.travis.yml
11
.travis.yml
@ -5,11 +5,22 @@ go:
|
||||
- 1.14.x
|
||||
- master
|
||||
|
||||
services:
|
||||
- docker
|
||||
|
||||
before_install:
|
||||
- docker pull gfleury/bb-demo:demo
|
||||
- ddocker run -e BITBUCKET_HOME=/mnt --rm --name="bitbucket" -d -p 7990:7990 -p 7999:7999 gfleury/bb-demo:demo
|
||||
- docker ps -a
|
||||
- curl http://localhost:7990/mvc/login?nextUrl=/dashboard |grep "Log in"; while [ $? != 0 ]; do sleep 2; curl http://localhost:7990/mvc/login?nextUrl=/dashboard |grep "Log in"; done
|
||||
|
||||
|
||||
install:
|
||||
- go get -d -v .
|
||||
|
||||
script:
|
||||
- go test
|
||||
- INTEGRATION=TRUE go test
|
||||
- go build -v ./
|
||||
- go get -u github.com/golangci/golangci-lint/cmd/golangci-lint && golangci-lint run -v
|
||||
|
||||
|
3069
default_api_test.go
3069
default_api_test.go
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user