Skip to content

Commit

Permalink
[Travis] Allow the desktop appimage build to fail.
Browse files Browse the repository at this point in the history
`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
  • Loading branch information
mgautierfr committed Jan 15, 2019
1 parent 12614fa commit 4329629
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4329629

Please sign in to comment.