Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpcs
dfss
Commits
c2e0bcd0
Commit
c2e0bcd0
authored
Jan 22, 2016
by
Loïck Bonniot
Browse files
[CI] Fix CI on arm
parent
2ed2387b
Pipeline
#154
passed with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
c2e0bcd0
...
...
@@ -29,10 +29,11 @@ ARM tests:
tags
:
-
arm
script
:
-
"
ln
-s
-f
$(pwd)
$GOPATH/src/dfss"
-
"
./build/deps.sh"
-
"
go
test
-cover
-short
-v
.
/auth"
-
"
go
test
-cover
-short
-v
.
/mgdb"
-
"
go
test
-cover
-short
-v
.
/dfssp/
...
"
-
"
go
test
-cover
-short
-v
dfss
/auth"
-
"
go
test
-cover
-short
-v
dfss
/mgdb"
-
"
go
test
-cover
-short
-v
dfss
/dfssp/
authority
"
Code lint
:
stage
:
test
...
...
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