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