ci: remove no longer needed make examples script
authorStefan Schmidt <s.schmidt@samsung.com>
Wed, 19 Jun 2019 13:26:23 +0000 (09:26 -0400)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 26 Jun 2019 01:39:04 +0000 (10:39 +0900)
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

.ci/ci-make-examples.sh [deleted file]
.travis.yml

diff --git a/.ci/ci-make-examples.sh b/.ci/ci-make-examples.sh
deleted file mode 100755 (executable)
index 9ffa6e1..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-. .ci/travis.sh
-if [ "$1" = "release-ready" ] ; then
-  exit 0
-fi
-travis_fold examples "make examples"
-echo "TODO"
-
-travis_endfold examples
index 1ba8163..6d2d233 100644 (file)
@@ -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"