diff options
author | Stefan Schmidt <s.schmidt@samsung.com> | 2019-06-19 09:26:23 -0400 |
---|---|---|
committer | Mike Blumenkrantz <zmike@samsung.com> | 2019-06-19 09:26:23 -0400 |
commit | 06d59c3457534edd3b326aa830d138074d1ea009 (patch) | |
tree | 2e80ec5476f83d326a70ad6a6174ac04b89653b5 /.ci | |
parent | 2a22b5ecef79dddc2e575147ae7770516e24fca0 (diff) |
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 '.ci')
-rwxr-xr-x | .ci/ci-make-examples.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/.ci/ci-make-examples.sh b/.ci/ci-make-examples.sh deleted file mode 100755 index 9ffa6e1c6f..0000000000 --- a/.ci/ci-make-examples.sh +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | #!/bin/sh | ||
2 | |||
3 | set -e | ||
4 | . .ci/travis.sh | ||
5 | if [ "$1" = "release-ready" ] ; then | ||
6 | exit 0 | ||
7 | fi | ||
8 | travis_fold examples "make examples" | ||
9 | echo "TODO" | ||
10 | |||
11 | travis_endfold examples | ||