mirror of
https://github.com/walterschell/Lua.git
synced 2024-11-10 01:01:46 +00:00
Commented out find package tests for CXX builds
This commit is contained in:
parent
0073d700d2
commit
c4b997abc3
17
.github/workflows/build-emscripten-cxx.yml
vendored
17
.github/workflows/build-emscripten-cxx.yml
vendored
@ -40,12 +40,13 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: cmake --install . --prefix $GITHUB_WORKSPACE/sysroot
|
run: cmake --install . --prefix $GITHUB_WORKSPACE/sysroot
|
||||||
|
|
||||||
- name: Configure Test of CMake Package
|
## Test of installing as CXX doesn't really make sense
|
||||||
working-directory: ${{github.workspace}}
|
# - name: Configure Test of CMake Package
|
||||||
shell: bash
|
# working-directory: ${{github.workspace}}
|
||||||
run: cmake -S $GITHUB_WORKSPACE/lua-config-package-tests -B build-pkg-test -DCMAKE_PREFIX_PATH=$GITHUB_WORKSPACE/sysroot
|
# shell: bash
|
||||||
|
# run: cmake -S $GITHUB_WORKSPACE/lua-config-package-tests -B build-pkg-test -DCMAKE_PREFIX_PATH=$GITHUB_WORKSPACE/sysroot
|
||||||
|
|
||||||
- name: Build Test of CMake Package
|
# - name: Build Test of CMake Package
|
||||||
working-directory: ${{github.workspace}}
|
# working-directory: ${{github.workspace}}
|
||||||
shell: bash
|
# shell: bash
|
||||||
run: cmake --build build-pkg-test
|
# run: cmake --build build-pkg-test
|
18
.github/workflows/build-linux-cxx.yml
vendored
18
.github/workflows/build-linux-cxx.yml
vendored
@ -53,12 +53,14 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: ctest -V
|
run: ctest -V
|
||||||
|
|
||||||
- name: Configure Test of CMake Package
|
## Test of installing as CXX doesn't really make sense
|
||||||
working-directory: ${{github.workspace}}
|
|
||||||
shell: bash
|
|
||||||
run: cmake -S $GITHUB_WORKSPACE/lua-config-package-tests -B build-pkg-test -DCMAKE_PREFIX_PATH=$GITHUB_WORKSPACE/sysroot
|
|
||||||
|
|
||||||
- name: Build Test of CMake Package
|
# - name: Configure Test of CMake Package
|
||||||
working-directory: ${{github.workspace}}
|
# working-directory: ${{github.workspace}}
|
||||||
shell: bash
|
# shell: bash
|
||||||
run: cmake --build build-pkg-test
|
# run: 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
|
17
.github/workflows/build-osx-cxx.yml
vendored
17
.github/workflows/build-osx-cxx.yml
vendored
@ -53,12 +53,13 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: ctest -V
|
run: ctest -V
|
||||||
|
|
||||||
- name: Configure Test of CMake Package
|
## Test of installing as CXX doesn't really make sense
|
||||||
working-directory: ${{github.workspace}}
|
# - name: Configure Test of CMake Package
|
||||||
shell: bash
|
# working-directory: ${{github.workspace}}
|
||||||
run: cmake -S $GITHUB_WORKSPACE/lua-config-package-tests -B build-pkg-test -DCMAKE_PREFIX_PATH=$GITHUB_WORKSPACE/sysroot
|
# shell: bash
|
||||||
|
# run: cmake -S $GITHUB_WORKSPACE/lua-config-package-tests -B build-pkg-test -DCMAKE_PREFIX_PATH=$GITHUB_WORKSPACE/sysroot
|
||||||
|
|
||||||
- name: Build Test of CMake Package
|
# - name: Build Test of CMake Package
|
||||||
working-directory: ${{github.workspace}}
|
# working-directory: ${{github.workspace}}
|
||||||
shell: bash
|
# shell: bash
|
||||||
run: cmake --build build-pkg-test
|
# run: cmake --build build-pkg-test
|
17
.github/workflows/build-windows-cxx.yml
vendored
17
.github/workflows/build-windows-cxx.yml
vendored
@ -53,12 +53,13 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: ctest -V -C $BUILD_TYPE
|
run: ctest -V -C $BUILD_TYPE
|
||||||
|
|
||||||
- name: Configure Test of CMake Package
|
## Test of installing as CXX doesn't really make sense
|
||||||
working-directory: ${{github.workspace}}
|
# - name: Configure Test of CMake Package
|
||||||
shell: bash
|
# working-directory: ${{github.workspace}}
|
||||||
run: cmake -S $GITHUB_WORKSPACE/lua-config-package-tests -B build-pkg-test -DCMAKE_PREFIX_PATH=$GITHUB_WORKSPACE/sysroot
|
# shell: bash
|
||||||
|
# run: cmake -S $GITHUB_WORKSPACE/lua-config-package-tests -B build-pkg-test -DCMAKE_PREFIX_PATH=$GITHUB_WORKSPACE/sysroot
|
||||||
|
|
||||||
- name: Build Test of CMake Package
|
# - name: Build Test of CMake Package
|
||||||
working-directory: ${{github.workspace}}
|
# working-directory: ${{github.workspace}}
|
||||||
shell: bash
|
# shell: bash
|
||||||
run: cmake --build build-pkg-test
|
# run: cmake --build build-pkg-test
|
Loading…
Reference in New Issue
Block a user