Comment out emscripten package test

This commit is contained in:
Walter Schell 2023-07-11 06:48:58 -04:00
parent 49add17f95
commit b67861b05e

View File

@ -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