summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-06-19 09:26:23 -0400
committerMike Blumenkrantz <zmike@samsung.com>2019-06-19 09:26:23 -0400
commit06d59c3457534edd3b326aa830d138074d1ea009 (patch)
tree2e80ec5476f83d326a70ad6a6174ac04b89653b5 /.travis.yml
parent2a22b5ecef79dddc2e575147ae7770516e24fca0 (diff)
downloadefl-06d59c3457534edd3b326aa830d138074d1ea009.tar.gz
ci: remove no longer needed make examples script
Summary: With the meson build the examples do not have a dedicated target, no need for this script anymore. Depends on D9120 Reviewers: zmike, bu5hm4n Reviewed By: zmike Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9121
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 1ba8163ca6..6d2d233fad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -69,12 +69,10 @@ before_script:
cp $HOME/cachedir/config.cache . || true
fi
-
script:
- .ci/ci-configure.sh "$CI_BUILD_TYPE"
- .ci/ci-setup-ccache.sh "$CI_BUILD_TYPE"
- .ci/ci-make.sh "$CI_BUILD_TYPE"
- #- .ci/ci-make-examples.sh "$CI_BUILD_TYPE"
- |
if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$CI_BUILD_TYPE" == "" ]]; then
.ci/ci-make-benchmark.sh "$CI_BUILD_TYPE"