integration reenabled
This commit is contained in:
parent
17809eaea5
commit
315fa27d1e
32
.github/workflows/cmake.yml
vendored
32
.github/workflows/cmake.yml
vendored
@ -432,22 +432,22 @@ jobs:
|
|||||||
killall iotdashboard
|
killall iotdashboard
|
||||||
killall Xvfb
|
killall Xvfb
|
||||||
|
|
||||||
#- name: Configure ( CMake Integration Test )
|
- name: Configure ( CMake Integration Test )
|
||||||
# shell: bash
|
shell: bash
|
||||||
# run: |
|
run: |
|
||||||
# mkdir qskinny_build_test
|
mkdir qskinny_build_test
|
||||||
# cmake \
|
cmake \
|
||||||
# -S qskinny_source/examples/iotdashboard_smoketest \
|
-S qskinny_source/examples/iotdashboard_smoketest \
|
||||||
# -B qskinny_build_test \
|
-B qskinny_build_test \
|
||||||
# -G "${{ matrix.config.generators }}" \
|
-G "${{ matrix.config.generators }}" \
|
||||||
# -DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \
|
-DCMAKE_BUILD_TYPE=${{ matrix.config.build_type }} \
|
||||||
# -DCMAKE_PREFIX_PATH:PATH="${{ matrix.config.cmake.qtprefixpath }}" \
|
-DCMAKE_PREFIX_PATH:PATH="${{ matrix.config.cmake.qtprefixpath }}" \
|
||||||
# -D${{ matrix.config.cmake.qtdirkey }}:PATH="${{ matrix.config.cmake.qtdirvalue }}" \
|
-D${{ matrix.config.cmake.qtdirkey }}:PATH="${{ matrix.config.cmake.qtdirvalue }}" \
|
||||||
# -DQSkinny_DIR:PATH=$GITHUB_WORKSPACE/qskinny_install/lib/cmake/QSkinny
|
-DQSkinny_DIR:PATH=$GITHUB_WORKSPACE/qskinny_install/lib/cmake/QSkinny
|
||||||
#
|
|
||||||
#- name: Build ( CMake Integration Test )
|
- name: Build ( CMake Integration Test )
|
||||||
# shell: bash
|
shell: bash
|
||||||
# run: cmake --build qskinny_build_test --config ${{ matrix.config.build_type }}
|
run: cmake --build qskinny_build_test --config ${{ matrix.config.build_type }}
|
||||||
|
|
||||||
# - name: Pack
|
# - name: Pack
|
||||||
# shell: bash
|
# shell: bash
|
||||||
|
Loading…
x
Reference in New Issue
Block a user