Add generation of online-help to CI (#2843)

This commit is contained in:
Wolfgang Stöggl 2020-10-11 03:48:34 +02:00 committed by GitHub
parent f1ce5a9101
commit 2fda1646d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -83,6 +83,12 @@ jobs:
make -j$(nproc)
./test-projectfile
- name: Generate Qt help file on ubuntu
if: matrix.os == 'ubuntu-latest'
run: |
pushd gui/help
qhelpgenerator online-help.qhcp -o online-help.qhc
# Run self check after "Build GUI" to include generated headers in analysis
- name: Self check
if: matrix.os == 'ubuntu-latest'