mirror of https://gogs.blitter.com/RLabs/xs
Added lint stage to push script
Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
parent
d3ebcab1d4
commit
0933aa4ea5
|
@ -63,6 +63,9 @@ fi
|
||||||
stage "Test(C->S)"
|
stage "Test(C->S)"
|
||||||
echo "TODO ..."
|
echo "TODO ..."
|
||||||
|
|
||||||
|
stage "Lint"
|
||||||
|
make lint >lint.out
|
||||||
|
|
||||||
stage "Artifacts"
|
stage "Artifacts"
|
||||||
echo -n "Creating tarfile ..."
|
echo -n "Creating tarfile ..."
|
||||||
tar -cz --exclude=.git --exclude=cptest -f ${BACILLUS_ARTFDIR}/xs.tgz .
|
tar -cz --exclude=.git --exclude=cptest -f ${BACILLUS_ARTFDIR}/xs.tgz .
|
||||||
|
|
Loading…
Reference in New Issue