mirror of
https://github.com/luau-lang/luau.git
synced 2025-05-04 10:33:46 +01:00
match commits with Roblox/luau
This commit is contained in:
parent
921598bf9c
commit
2a72244bac
2 changed files with 2 additions and 28 deletions
25
.github/workflows/build.yml
vendored
25
.github/workflows/build.yml
vendored
|
@ -83,28 +83,3 @@ jobs:
|
||||||
with:
|
with:
|
||||||
name: coverage
|
name: coverage
|
||||||
path: coverage
|
path: coverage
|
||||||
|
|
||||||
web:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v1
|
|
||||||
- name: setup emsdk
|
|
||||||
uses: mymindstorm/setup-emsdk@v9
|
|
||||||
with:
|
|
||||||
version: 1.38.40
|
|
||||||
actions-cache-folder: 'emsdk-cache'
|
|
||||||
- name: verify emsdk
|
|
||||||
run: |
|
|
||||||
emcc -v # verify emscripten installed successfully
|
|
||||||
- name: cmake configure
|
|
||||||
run: |
|
|
||||||
emcmake cmake .
|
|
||||||
- name: build
|
|
||||||
run: |
|
|
||||||
cmake --build . --target Luau.Repl.CLI --config Debug # as seen above but only Repl.CLI.
|
|
||||||
- name: upload-artifacts
|
|
||||||
- uses: actions/upload-artifact@v2
|
|
||||||
with:
|
|
||||||
name: luau-web-artifacts
|
|
||||||
path: docs/assets/luau/
|
|
||||||
if-no-files-found: error
|
|
|
@ -565,4 +565,3 @@ int main(int argc, char** argv)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue