Skip to content

Commit

Permalink
Debug WIP: Build luau on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanJeremy committed Jun 10, 2022
1 parent 77cb3bd commit 803147c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ jobs:

- name: Build Luau (Windows)
if: ${{ matrix.os }} == "windows-latest"
run: /
shell: bash # necessary for fail-fast
run: |
cmake --build . --target Luau.Repl.CLI Luau.Analyze.CLI --config Debug # match config with tests to improve build time
Debug/luau tests/conformance/assert.lua
Debug/luau-analyze tests/conformance/assert.lua
Expand Down

0 comments on commit 803147c

Please sign in to comment.