summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2019-11-15 09:29:24 +0100
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-12-18 09:15:54 +0100
commit9fb1ae0d3c1cd99ed8e81e4a54cae9216a72c7e0 (patch)
tree87d1f20656eb3ba8a93b9b44765ba492568c5872 /.travis.yml
parent2bd801f8599926b95ff8dd241a87703ff8eb16f5 (diff)
downloadefl-9fb1ae0d3c1cd99ed8e81e4a54cae9216a72c7e0.tar.gz
ci: enable benchmark target again
It only runs after efl is installed and we need to ensure running with Elm buffer engine in our docker build for the graphical collection benchmark. Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com> Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D10848
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 2 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 587dbe939d..1b77b81bc2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -103,15 +103,12 @@ script:
- .ci/ci-configure.sh "$CI_BUILD_TYPE"
- .ci/ci-setup-ccache.sh "$CI_BUILD_TYPE"
- .ci/ci-make.sh "$CI_BUILD_TYPE"
- - |
- if [[ "$TRAVIS_OS_NAME" == "linux" ]] && [[ "$CI_BUILD_TYPE" == "" ]]; then
- .ci/ci-make-benchmark.sh "$CI_BUILD_TYPE"
- fi
- .ci/ci-make-install.sh "$CI_BUILD_TYPE"
+ - .ci/ci-make-benchmark.sh "$CI_BUILD_TYPE"
- .ci/ci-make-check.sh "$CI_BUILD_TYPE"
- .ci/ci-make-distcheck.sh "$CI_BUILD_TYPE"
- - |
- .ci/ci-build-test.sh "$CI_BUILD_TYPE"
+
before_cache:
- .ci/ci-ccache-stats.sh
- |