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
44c5af4a42
commit
4442d0d1f5
|
@ -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