Add generation of online-help to CI (#2843)
This commit is contained in:
parent
f1ce5a9101
commit
2fda1646d9
|
@ -83,6 +83,12 @@ jobs:
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
./test-projectfile
|
./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
|
# Run self check after "Build GUI" to include generated headers in analysis
|
||||||
- name: Self check
|
- name: Self check
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
|
|
Loading…
Reference in New Issue