Skip to content

Commit

Permalink
Distinguish archives and moduels for Qt docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Jan 23, 2024
1 parent c6ff58b commit caeaa31
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ jobs:
version: ${{ matrix.qt }}
modules: ${{ startsWith(matrix.qt, '6') && 'qtconnectivity' || '' }}
documentation: true
doc-modules: qtcore ${{ startsWith(matrix.qt, '6') && 'qtconnectivity' || '' }}
doc-archives: qtcore ${{ startsWith(matrix.qt, '5') && 'qtbluetooth' || '' }}
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}
- name: Install linuxdeploy
run: |
curl --create-dirs --location --output-dir /home/runner/.local/bin --remote-name-all \
Expand Down Expand Up @@ -204,7 +205,8 @@ jobs:
version: ${{ matrix.qt }}
modules: ${{ startsWith(matrix.qt, '6') && 'qtconnectivity' || '' }}
documentation: true
doc-modules: qtcore ${{ startsWith(matrix.qt, '6') && 'qtconnectivity' || '' }}
doc-archives: qtcore ${{ startsWith(matrix.qt, '5') && 'qtbluetooth' || '' }}
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}
- name: Build
id: build
env:
Expand Down Expand Up @@ -342,7 +344,8 @@ jobs:
tools: ${{ startsWith(matrix.qt, '6.6') && startsWith(matrix.generator, 'MinGW') && 'tools_mingw90' || '' }}
#add-tools-to-path: true ///< \toto Use once released by install-qt-action.
documentation: true
doc-modules: qtcore ${{ startsWith(matrix.qt, '6') && 'qtconnectivity' || '' }}
doc-archives: qtcore ${{ startsWith(matrix.qt, '5') && 'qtbluetooth' || '' }}
doc-modules: ${{ startsWith(matrix.qt, '6') && 'qtbluetooth' || '' }}
- name: Configure cross-compilation
if: matrix.arch == 'arm64'
shell: bash
Expand Down

0 comments on commit caeaa31

Please sign in to comment.