[CI] Start to build flatpak first in the CI

The flatpak build is the longer job. By starting it in the first jobs,
we reduce a bit the total build time.
This commit is contained in:
Matthieu Gautier 2019-05-02 20:33:22 +02:00
parent 2b2dd9f118
commit 0142dc94d4
1 changed files with 1 additions and 1 deletions

View File

@ -110,6 +110,7 @@ env:
- NIGHTLY_DATE=$(date +%Y-%m-%d)
- SSH_KEY=/tmp/private/travisci_builder_id_key
matrix:
- PLATFORM="flatpak" DESKTOP_ONLY=1
- PLATFORM="native_dyn"
- PLATFORM="native_static"
- PLATFORM="native_mixed"
@ -120,7 +121,6 @@ env:
- PLATFORM="i586_dyn"
- PLATFORM="i586_static"
- PLATFORM="native_dyn" DESKTOP_ONLY=1
- PLATFORM="flatpak" DESKTOP_ONLY=1
- PLATFORM="android_arm"
- PLATFORM="android_arm64"
- PLATFORM="android_x86"