Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
cen1 committed Mar 27, 2024
1 parent e9fa067 commit e9ad39e
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/qt-zlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -288,11 +288,16 @@ jobs:
-skip qtpurchasing ^
-skip qtscript

- name: Debug
shell: bash
working-directory: qt-everywhere-src-${{ matrix.qt_version }}
run: ls -la

- name: Build Qt
if: steps.cache-qt-restore.outputs.cache-hit != 'true'
shell: cmd
working-directory: qt-everywhere-src-${{ matrix.qt_version }}
run: cmake --build . --parallel
run: nmake

- name: Cache Qt
if: steps.cache-qt-restore.outputs.cache-hit != 'true'
Expand All @@ -305,7 +310,7 @@ jobs:
- name: Install Qt
shell: cmd
working-directory: qt-everywhere-src-${{ matrix.qt_version }}
run: cmake --install .
run: nmake install

- name: Configure CMake
run: cmake -DCMAKE_BUILD_TYPE="${{env.BUILD_TYPE}}" -DQUAZIP_QT_MAJOR_VERSION=5 -DBUILD_SHARED_LIBS=OFF -DQUAZIP_ENABLE_TESTS=ON -DQUAZIP_USE_QT_ZLIB=ON -B build -DCMAKE_PREFIX_PATH="${{github.workspace}}\Qt"
Expand Down

0 comments on commit e9ad39e

Please sign in to comment.