From 4329629f970306d2ccae9dca139f953e17bf8293 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Tue, 15 Jan 2019 11:16:48 +0100 Subject: [PATCH] [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 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2e0e1520..b001a4e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"