mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Debug WIP
This commit is contained in:
parent
706c04e31f
commit
e4c98b1c7e
1 changed files with 3 additions and 3 deletions
6
.github/workflows/benchmark.yml
vendored
6
.github/workflows/benchmark.yml
vendored
|
@ -42,12 +42,12 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
cmake --build . --target Luau.Repl.CLI
|
cmake --build . --target Luau.Repl.CLI --config RelWithDebInfo
|
||||||
cmake --build . --target Luau.Analyze.CLI
|
cmake --build . --target Luau.Analyze.CLI --config RelWithDebInfo
|
||||||
|
|
||||||
- name: Check dir structure
|
- name: Check dir structure
|
||||||
run: |
|
run: |
|
||||||
ls build
|
ls build/RelWithDebInfo
|
||||||
|
|
||||||
- uses: actions/setup-python@v3
|
- uses: actions/setup-python@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue