build-system: test Linux builds against WebEngine
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f620a2c09d
commit
042addc30a
3
.github/workflows/linux-bionic-5.9.yml
vendored
3
.github/workflows/linux-bionic-5.9.yml
vendored
@ -29,12 +29,13 @@ jobs:
|
||||
qml-module-qtquick2 qt5-default qt5-qmake qtchooser qtconnectivity5-dev \
|
||||
qtdeclarative5-dev qtdeclarative5-private-dev qtlocation5-dev \
|
||||
qtpositioning5-dev qtscript5-dev qttools5-dev qttools5-dev-tools \
|
||||
qtwebengine5-dev \
|
||||
qtquickcontrols2-5-dev xvfb libbluetooth-dev libmtp-dev
|
||||
|
||||
- name: build Subsurface
|
||||
run: |
|
||||
cd ..
|
||||
bash -x subsurface/scripts/build.sh -desktop -build-with-webkit
|
||||
bash -x subsurface/scripts/build.sh -desktop -build-with-webkit -print-with-webengine
|
||||
|
||||
- name: test desktop build
|
||||
run: |
|
||||
|
||||
3
.github/workflows/linux-focal-5.12.yml
vendored
3
.github/workflows/linux-focal-5.12.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
qml-module-qtquick2 qt5-qmake qtchooser qtconnectivity5-dev \
|
||||
qtdeclarative5-dev qtdeclarative5-private-dev qtlocation5-dev \
|
||||
qtpositioning5-dev qtscript5-dev qttools5-dev qttools5-dev-tools \
|
||||
qtwebengine5-dev \
|
||||
qtquickcontrols2-5-dev xvfb libbluetooth-dev libmtp-dev
|
||||
|
||||
- name: build Subsurface-mobile
|
||||
@ -60,7 +61,7 @@ jobs:
|
||||
|
||||
# now build for the desktop version (including WebKit)
|
||||
cd ..
|
||||
bash -e -x subsurface/scripts/build.sh -desktop -build-with-webkit
|
||||
bash -e -x subsurface/scripts/build.sh -desktop -build-with-webkit -print-with-webengine
|
||||
|
||||
- name: test desktop build
|
||||
run: |
|
||||
|
||||
3
.github/workflows/linux-groovy-5.14.yml
vendored
3
.github/workflows/linux-groovy-5.14.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
qml-module-qtquick2 qt5-qmake qtchooser qtconnectivity5-dev \
|
||||
qtdeclarative5-dev qtdeclarative5-private-dev qtlocation5-dev \
|
||||
qtpositioning5-dev qtscript5-dev qttools5-dev qttools5-dev-tools \
|
||||
qtwebengine5-dev \
|
||||
qtquickcontrols2-5-dev xvfb libbluetooth-dev libmtp-dev
|
||||
|
||||
- name: build Subsurface-mobile
|
||||
@ -60,7 +61,7 @@ jobs:
|
||||
|
||||
# now build for the desktop version (including WebKit)
|
||||
cd ..
|
||||
bash -e -x subsurface/scripts/build.sh -desktop -build-with-webkit
|
||||
bash -e -x subsurface/scripts/build.sh -desktop -build-with-webkit -print-with-webengine
|
||||
|
||||
- name: test desktop build
|
||||
run: |
|
||||
|
||||
3
.github/workflows/linux-hirsute-5.15.yml
vendored
3
.github/workflows/linux-hirsute-5.15.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
||||
qml-module-qtquick2 qt5-qmake qtchooser qtconnectivity5-dev \
|
||||
qtdeclarative5-dev qtdeclarative5-private-dev qtlocation5-dev \
|
||||
qtpositioning5-dev qtscript5-dev qttools5-dev qttools5-dev-tools \
|
||||
qtwebengine5-dev \
|
||||
qtquickcontrols2-5-dev xvfb libbluetooth-dev libmtp-dev
|
||||
|
||||
- name: build Subsurface-mobile
|
||||
@ -60,7 +61,7 @@ jobs:
|
||||
|
||||
# now build for the desktop version (including WebKit)
|
||||
cd ..
|
||||
bash -e -x subsurface/scripts/build.sh -desktop -build-with-webkit
|
||||
bash -e -x subsurface/scripts/build.sh -desktop -build-with-webkit -print-with-webengine
|
||||
|
||||
- name: test desktop build
|
||||
run: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user