mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
Ok
This commit is contained in:
parent
ce0924674d
commit
31550ddfdf
1 changed files with 5 additions and 1 deletions
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
|
@ -23,7 +23,11 @@ jobs:
|
||||||
- name: configure
|
- name: configure
|
||||||
run: cmake . -DCMAKE_BUILD_TYPE=Release
|
run: cmake . -DCMAKE_BUILD_TYPE=Release
|
||||||
- name: build
|
- name: build
|
||||||
run: cmake --build . --target Luau.Repl.CLI Luau.Analyze.CLI --config Release -j 3 -- /p:CL_MPcount=3
|
run: cmake --build . --target Luau.Repl.CLI Luau.Analyze.CLI --config Release -j 3
|
||||||
|
if: matrix.os != 'windows'
|
||||||
|
- name: build
|
||||||
|
run: cmake --build . --target Luau.Repl.CLI Luau.Analyze.CLI --config Release -- /p:CL_MPcount=3
|
||||||
|
if: matrix.os == 'windows'
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
if: matrix.os != 'windows'
|
if: matrix.os != 'windows'
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue