mirror of
https://gogs.blitter.com/RLabs/xs
synced 2024-08-14 10:26:42 +00:00
Added lint stage to push script
Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
parent
d3ebcab1d4
commit
0933aa4ea5
1 changed files with 3 additions and 0 deletions
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue