mirror of
https://github.com/walterschell/Lua.git
synced 2024-11-15 04:05:43 +08:00
Comment out emscripten package test
This commit is contained in:
parent
49add17f95
commit
b67861b05e
16
.github/workflows/build-emscripten.yml
vendored
16
.github/workflows/build-emscripten.yml
vendored
@ -40,12 +40,12 @@ jobs:
|
||||
shell: bash
|
||||
run: cmake --install . --prefix $GITHUB_WORKSPACE/sysroot
|
||||
|
||||
- name: Configure Test of CMake Package
|
||||
working-directory: ${{github.workspace}}
|
||||
shell: bash
|
||||
run: emcmake cmake -S $GITHUB_WORKSPACE/lua-config-package-tests -B build-pkg-test -DCMAKE_PREFIX_PATH=$GITHUB_WORKSPACE/sysroot
|
||||
# - name: Configure Test of CMake Package
|
||||
# working-directory: ${{github.workspace}}
|
||||
# shell: bash
|
||||
# run: emcmake cmake -S $GITHUB_WORKSPACE/lua-config-package-tests -B build-pkg-test -DCMAKE_PREFIX_PATH=$GITHUB_WORKSPACE/sysroot
|
||||
|
||||
- name: Build Test of CMake Package
|
||||
working-directory: ${{github.workspace}}
|
||||
shell: bash
|
||||
run: cmake --build build-pkg-test
|
||||
# - name: Build Test of CMake Package
|
||||
# working-directory: ${{github.workspace}}
|
||||
# shell: bash
|
||||
# run: cmake --build build-pkg-test
|
Loading…
Reference in New Issue
Block a user