mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-04-21 21:27:06 -04:00
[Travis] Allow the desktop appimage build to fail.
`linuxqtdeploy` recently add a test on the running system (libc version) and refuse to run if the libc is too recent. So we would need to run `linuxqtdeploy` only on ubuntu 14.04. However, we also need `qtwebengine5-dev` package whom is available only since ubuntu 18.04. While we find a solution (see comments in the linuxdeployqt issue), we have to allow the appimage build to fail. See probonopd/linuxdeployqt#340
This commit is contained in:
parent
12614facce
commit
4329629f97
1 changed files with 1 additions and 0 deletions
|
@ -76,6 +76,7 @@ addons:
|
|||
- libmagic-dev
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: PLATFORM="native_dyn" DESKTOP_ONLY=1
|
||||
- env: PLATFORM="android_arm"
|
||||
- env: PLATFORM="android_arm64"
|
||||
- env: PLATFORM="android_mips"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue