Commented out find package tests for CXX builds

This commit is contained in:
Walter Schell 2023-07-11 06:28:56 -04:00
parent 0073d700d2
commit c4b997abc3
4 changed files with 37 additions and 32 deletions

View File

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

View File

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

View File

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

View File

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