summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-01-28 12:00:26 -0500
committerMike Blumenkrantz <zmike@samsung.com>2019-01-28 12:00:38 -0500
commit5791ea71583e1ab9988a411eff66c1830419ca72 (patch)
tree412ea4eb24285a5d2e91b988bd76f28a16a837f1 /.travis.yml
parent8da1d8a8b23bda25063ced339faafb9af26ae2c8 (diff)
downloadefl-5791ea71583e1ab9988a411eff66c1830419ca72.tar.gz
ci: travis: shorten job descriptions
Summary: This makes job descriptions shorter and also clearer to see what env variable belongs to what job and os. Moving the release ready build to an earlier start position in the cron job to shorten the total build time. Depends on D7799 Reviewers: bu5hm4n, zmike Reviewed By: zmike Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D7800
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml108
1 files changed, 37 insertions, 71 deletions
diff --git a/.travis.yml b/.travis.yml
index ea684fd555..833428a0b4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,79 +17,45 @@ env:
jobs:
include:
- os: osx
- env:
- - BUILDSYSTEM=ninja
- - env:
- - os: linux
- - DISTRO=Fedora28-mingw
- - CI_BUILD_TYPE=mingw
- - env:
- - os: linux
- - DISTRO=Fedora29
- - CI_BUILD_TYPE=options-enabled
- - env:
- - os: linux
- - DISTRO=Fedora29
- - CI_BUILD_TYPE=options-disabled
- - env:
- - os: linux
- - DISTRO=Fedora29
- - CI_BUILD_TYPE=wayland
- - env:
- - os: linux
- - DISTRO=Fedora29
- - CI_BUILD_TYPE=default
- - env:
- - os: linux
- - DISTRO=Fedora29
- - CI_BUILD_TYPE=options-enabled
- - BUILDSYSTEM=ninja
- - env:
- - os: linux
- - DISTRO=Fedora29
- - CI_BUILD_TYPE=options-disabled
- - BUILDSYSTEM=ninja
- - env:
- - os: linux
- - DISTRO=Fedora29
- - CI_BUILD_TYPE=wayland
- - BUILDSYSTEM=ninja
- - env:
- - os: linux
- - DISTRO=Fedora29
- - CI_BUILD_TYPE=default
- - BUILDSYSTEM=ninja
+ env: BUILDSYSTEM=ninja
+ - os: linux
+ env: DISTRO=Fedora28-mingw CI_BUILD_TYPE=mingw
+ - os: linux
+ env: DISTRO=Fedora29 CI_BUILD_TYPE=options-enabled
+ - os: linux
+ env: DISTRO=Fedora29 CI_BUILD_TYPE=options-disabled
+ - os: linux
+ env: DISTRO=Fedora29 CI_BUILD_TYPE=wayland
+ - os: linux
+ env: DISTRO=Fedora29 CI_BUILD_TYPE=default
+ - os: linux
+ env: DISTRO=Fedora29 CI_BUILD_TYPE=options-enabled BUILDSYSTEM=ninja
+ - os: linux
+ env: DISTRO=Fedora29 CI_BUILD_TYPE=options-disabled BUILDSYSTEM=ninja
+ - os: linux
+ env: DISTRO=Fedora29 CI_BUILD_TYPE=wayland BUILDSYSTEM=ninja
+ - os: linux
+ env: DISTRO=Fedora29 CI_BUILD_TYPE=default BUILDSYSTEM=ninja
- os: osx
if: type = cron
- - if: type = cron
- env:
- - os: linux
- - DISTRO=Ubuntu1810
- - if: type = cron
- env:
- - os: linux
- - DISTRO=Fedora29
- - CI_BUILD_TYPE=release-ready
- - if: type = cron
- env:
- - os: linux
- - DISTRO=Debian96
- - if: type = cron
- env:
- - os: linux
- - DISTRO=Ubuntu1810
- - BUILDSYSTEM=ninja
- - if: type = cron
- env:
- - os: linux
- - DISTRO=Fedora29
- - CI_BUILD_TYPE=release-ready
- - BUILDSYSTEM=ninja
- - if: type = cron
- env:
- - os: linux
- - DISTRO=Debian96
- - BUILDSYSTEM=ninja
+ - os: linux
+ if: type = cron
+ env: DISTRO=Fedora29 CI_BUILD_TYPE=release-ready
+ - os: linux
+ if: type = cron
+ env: DISTRO=Fedora29 CI_BUILD_TYPE=release-ready BUILDSYSTEM=ninja
+ - os: linux
+ if: type = cron
+ env: DISTRO=Ubuntu1810
+ - os: linux
+ if: type = cron
+ env: DISTRO=Debian96
+ - os: linux
+ if: type = cron
+ env: DISTRO=Ubuntu1810 BUILDSYSTEM=ninja
+ - os: linux
+ if: type = cron
+ env: DISTRO=Debian96 BUILDSYSTEM=ninja
services:
- docker