mirror of
https://github.com/araxiaonline/share-gh-workflows.git
synced 2026-06-13 02:22:20 -04:00
Made more generic for reuse by any repo
This commit is contained in:
6
.github/actions/build-tag-release/action.yml
vendored
6
.github/actions/build-tag-release/action.yml
vendored
@@ -115,12 +115,14 @@ runs:
|
||||
--suppress=*:*lualib/* \
|
||||
--suppress=*:*LuaEngine/libs/* \
|
||||
-j $(nproc) --enable=warning \
|
||||
--cppcheck-build-dir=/home/runner/work/araxiaonline/${{ env.REPO_NAME }}/_cppcheck_cache \
|
||||
--cppcheck-build-dir=/home/runner/work/${{ github.repository }}/_cppcheck_cache \
|
||||
/azerothcore/modules/${{ env.REPO_NAME }}
|
||||
|
||||
if [ -s report.txt ]; then
|
||||
echo "Cppcheck found issues:"
|
||||
cat report.txt
|
||||
exit 1
|
||||
else
|
||||
echo "No issues found by cppcheck."
|
||||
fi
|
||||
|
||||
- name: tag release
|
||||
|
||||
Reference in New Issue
Block a user