ci: travis: remove no longer used BUILDSYSTEM env variable
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 19 Jun 2019 13:26:01 +0000 (09:26 -0400)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 26 Jun 2019 01:39:04 +0000 (10:39 +0900)
Summary:
We used this to have a conditional to enter the different autotools
and meson branches in our build scripts. No longer needed.
Depends on D9116

Reviewers: zmike, bu5hm4n

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9117

.travis.yml

index 7e5e914..29d7d86 100644 (file)
@@ -17,29 +17,28 @@ env:
 jobs:
   include:
     - os: osx
-      env: BUILDSYSTEM=ninja
     - os: linux
-      env: DISTRO=Fedora30-mingw CI_BUILD_TYPE=mingw BUILDSYSTEM=ninja
+      env: DISTRO=Fedora30-mingw CI_BUILD_TYPE=mingw
     - os: linux
-      env: DISTRO=Fedora30 CI_BUILD_TYPE=options-enabled BUILDSYSTEM=ninja
+      env: DISTRO=Fedora30 CI_BUILD_TYPE=options-enabled
     - os: linux
-      env: DISTRO=Fedora30 CI_BUILD_TYPE=options-disabled BUILDSYSTEM=ninja
+      env: DISTRO=Fedora30 CI_BUILD_TYPE=options-disabled
     - os: linux
-      env: DISTRO=Fedora29 CI_BUILD_TYPE=wayland BUILDSYSTEM=ninja
+      env: DISTRO=Fedora29 CI_BUILD_TYPE=wayland
     - os: linux
-      env: DISTRO=Fedora29 CI_BUILD_TYPE=default BUILDSYSTEM=ninja
+      env: DISTRO=Fedora29 CI_BUILD_TYPE=default
     - os: linux
       if: type = cron
-      env: DISTRO=Fedora29 CI_BUILD_TYPE=release-ready BUILDSYSTEM=ninja
+      env: DISTRO=Fedora29 CI_BUILD_TYPE=release-ready
     - os: linux
       if: type = cron
-      env: DISTRO=Ubuntu1804 BUILDSYSTEM=ninja
+      env: DISTRO=Ubuntu1804
     - os: linux
       if: type = cron
-      env: DISTRO=Ubuntu1904 BUILDSYSTEM=ninja
+      env: DISTRO=Ubuntu1904
     - os: linux
       if: type = cron
-      env: DISTRO=Debian96 BUILDSYSTEM=ninja
+      env: DISTRO=Debian96
 
 services:
   - docker