mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
debug: list build files
This commit is contained in:
parent
fbcd37d8b9
commit
90d6894d8f
1 changed files with 4 additions and 0 deletions
4
.github/workflows/benchmark.yml
vendored
4
.github/workflows/benchmark.yml
vendored
|
@ -42,8 +42,12 @@ jobs:
|
|||
cmake .. -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||
cmake --build . --target Luau.Repl.CLI --config RelWithDebInfo
|
||||
cmake --build . --target Luau.Analyze.CLI --config RelWithDebInfo
|
||||
ls build/RelWithDebInfo
|
||||
move build/RelWithDebInfo/* .
|
||||
|
||||
# - name: Move build files to root
|
||||
# run:
|
||||
|
||||
- name: Check dir structure
|
||||
run: |
|
||||
ls build/RelWithDebInfo
|
||||
|
|
Loading…
Add table
Reference in a new issue