mirror of https://gogs.blitter.com/RLabs/xs
Put lint before build in CI script
This commit is contained in:
parent
4f9a064940
commit
a4af720280
|
@ -41,6 +41,11 @@ go clean -cache
|
||||||
echo "Invoking 'make all' ..."
|
echo "Invoking 'make all' ..."
|
||||||
make all
|
make all
|
||||||
|
|
||||||
|
############
|
||||||
|
stage "Lint"
|
||||||
|
############
|
||||||
|
make lint
|
||||||
|
|
||||||
############
|
############
|
||||||
stage "UnitTests"
|
stage "UnitTests"
|
||||||
############
|
############
|
||||||
|
@ -99,11 +104,6 @@ if [ -f ~/.xs_id.bak ]; then
|
||||||
mv ~/.xs_id.bak ~/.xs_id
|
mv ~/.xs_id.bak ~/.xs_id
|
||||||
fi
|
fi
|
||||||
|
|
||||||
############
|
|
||||||
stage "Lint"
|
|
||||||
############
|
|
||||||
make lint
|
|
||||||
|
|
||||||
############
|
############
|
||||||
stage "Artifacts"
|
stage "Artifacts"
|
||||||
############
|
############
|
||||||
|
|
Loading…
Reference in New Issue