github action - static analysis #4

This commit is contained in:
Mikulas Florek 2020-02-16 00:11:44 +01:00
parent 91af653361
commit 33c23c65df
2 changed files with 4 additions and 0 deletions

View file

@ -74,6 +74,7 @@ jobs:
exit 0
fi
cd projects
./main.sh init_3rdparty
./genie --static-plugins gmake
cd tmp/gmake
pvs-studio-analyzer trace -- make EXTRA_WARNINGS=1

View file

@ -227,4 +227,7 @@ main_menu()
done
}
if [ $1 == "init_3rdparty" ]; then
init_3rdparty;
fi
while :; do main_menu; done