Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Mundt Due
goplay
Commits
8886eb64
Commit
8886eb64
authored
Nov 11, 2018
by
Anders Mundt Due
Browse files
go get in script?
parent
7dd3b2a6
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
8886eb64
...
...
@@ -22,9 +22,8 @@ stages:
format
:
stage
:
test
pre_script
:
-
go get github.com/mattn/go-sqlite3
script
:
-
go get github.com/mattn/go-sqlite3
-
go fmt $(go list ./... | grep -v /vendor/)
-
go vet $(go list ./... | grep -v /vendor/)
-
go test -race $(go list ./... | grep -v /vendor/)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment