diff --git a/bacillus/ci_pushbuild.sh b/bacillus/ci_pushbuild.sh index bdadbc1..e763c98 100755 --- a/bacillus/ci_pushbuild.sh +++ b/bacillus/ci_pushbuild.sh @@ -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 .