config: changed luau build to release

This commit is contained in:
Allan Jeremy 2022-06-24 10:46:59 +03:00
parent 9a9f20e93b
commit 5b61b4cd0d

View file

@ -39,9 +39,9 @@ jobs:
shell: bash # necessary for fail-fast
run: |
mkdir build && cd build
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
cmake --build . --target Luau.Repl.CLI --config RelWithDebInfo
cmake --build . --target Luau.Analyze.CLI --config RelWithDebInfo
cmake .. -DCMAKE_BUILD_TYPE=Release
cmake --build . --target Luau.Repl.CLI --config Release
cmake --build . --target Luau.Analyze.CLI --config Release
- name: Move build files to root
run: |