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
|
||||
fi
|
||||
|
||||
sh -c ./run-lib-build.sh
|
||||
|
||||
echo "+--------------------------------------+"
|
||||
echo "| RUNNING CODE CHECK |"
|
||||
echo "+--------------------------------------+"
|
||||
|
|
Loading…
Reference in New Issue