Skip to content
Snippets Groups Projects
Commit b09e2cfa authored by Loïck Bonniot's avatar Loïck Bonniot
Browse files

[CI] Add symbolic link to canonical import path

parent 19be88e8
No related branches found
No related tags found
1 merge request!6174 kernels
Pipeline #
......@@ -14,6 +14,7 @@ Unit tests:
# paths:
# - "coverage.html"
script:
- "ln -s $(pwd) $GOPATH/src/dfss"
- "go get gopkg.in/mgo.v2"
- "go test -coverprofile auth.part -v ./auth"
- "go test -coverprofile mgdb.part -v ./mgdb"
......@@ -38,9 +39,9 @@ Code lint:
- golang
- lint
script:
- "go install ."
- "go install ./..."
- "ln -s $(pwd) $GOPATH/src/dfss"
- "go get github.com/alecthomas/gometalinter"
- "go get gopkg.in/mgo.v2"
- "go install ./..."
- "gometalinter --install"
- "gometalinter -t --deadline=100s -j1 ./..."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment