1
0
Fork 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
1 changed files with 1 additions and 0 deletions

View File

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