1
0

Generate "LuaState_Typedefs.inc" before running clang-tidy

This commit is contained in:
Peter Bell 2020-05-13 21:10:47 +01:00 committed by Tiger Wang
parent e053f72db8
commit edb548f9d6

View File

@ -26,6 +26,7 @@ jobs:
docker: *cube_docker docker: *cube_docker
steps: steps:
- attach_workspace: { at: ~/ } - attach_workspace: { at: ~/ }
- run: (cd src/Bindings && lua BindingsProcessor.lua)
- run: ./clang-tidy.sh -j 2 - run: ./clang-tidy.sh -j 2
workflows: workflows: