debug: updated build command

This commit is contained in:
Allan Jeremy 2022-06-15 15:13:16 +03:00
parent 17f929ffeb
commit a6f8172f68

View file

@ -40,7 +40,8 @@ jobs:
- name: Build Luau
shell: bash # necessary for fail-fast
run: |
cmake . -A ${{matrix.arch}} -DLUAU_WERROR=ON
mkdir cmake && cd cmake
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build . --target Luau.Repl.CLI --config RelWithDebInfo
cmake --build . --target Luau.Analyze.CLI --config RelWithDebInfo