added std lib build to check test
This commit is contained in:
parent
e11297ccfe
commit
74ce05e2c6
|
@ -17,6 +17,8 @@ if [ ! $? -eq 0 ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
sh -c ./run-lib-build.sh
|
||||||
|
|
||||||
echo "+--------------------------------------+"
|
echo "+--------------------------------------+"
|
||||||
echo "| RUNNING CODE CHECK |"
|
echo "| RUNNING CODE CHECK |"
|
||||||
echo "+--------------------------------------+"
|
echo "+--------------------------------------+"
|
||||||
|
|
Loading…
Reference in New Issue