mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
debug: updated build command
This commit is contained in:
parent
17f929ffeb
commit
a6f8172f68
1 changed files with 2 additions and 1 deletions
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue