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
b6f61d7c
Commit
b6f61d7c
authored
Apr 06, 2016
by
Loïck Bonniot
Browse files
[CI] Update Linter
parent
29ddd64d
Pipeline
#438
passed with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b6f61d7c
...
...
@@ -67,7 +67,7 @@ Code lint:
-
"
ln
-s
$(pwd)
$GOPATH/src/dfss"
-
"
go
get
github.com/alecthomas/gometalinter"
-
"
./build/deps.sh"
-
"
cd
$GOPATH/src/dfss
&&
make
install"
-
"
cd
$GOPATH/src/dfss
&&
make
install
_all
"
-
"
gometalinter
--install"
-
"
gometalinter
-t
--deadline=600s
-j1
--skip=api
--skip=fixtures
--skip=gui
--skip=dfssd
--disable=aligncheck
./..."
...
...
Makefile
View file @
b6f61d7c
...
...
@@ -11,6 +11,15 @@ install: nocache
go
install
./dfssp
go
install
./dfsst
# install_all installs everything, including libraries. It's mandatory for linter, but should be improved in the future.
install_all
:
install
git stash
rm
-rf
gui
rm
-rf
dfssd/gui
rm
-f
dfssd/main.go
go
install
./...
git reset
--hard
release
:
clean build_all package
# prepare_gui builds a new container from the goqt image, adding DFSS dependencies for faster builds.
...
...
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