Added lint stage to push script

Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
Russ Magee 2020-01-30 12:55:15 -08:00
parent d3ebcab1d4
commit 0933aa4ea5
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ fi
stage "Test(C->S)"
echo "TODO ..."
stage "Lint"
make lint >lint.out
stage "Artifacts"
echo -n "Creating tarfile ..."
tar -cz --exclude=.git --exclude=cptest -f ${BACILLUS_ARTFDIR}/xs.tgz .