summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@samsung.com>2019-09-19 09:28:57 -0400
committerStefan Schmidt <s.schmidt@samsung.com>2019-09-23 14:16:22 +0200
commit8b2cae5b07150c641124978f92f0727a579b6b17 (patch)
tree019885da2b71caa013ef4b9f139bab28e1083e30 /.travis.yml
parent98c2a75bda3fdea34a8ae9c3751b7893e3d5f830 (diff)
downloadefl-8b2cae5b07150c641124978f92f0727a579b6b17.tar.gz
ci: add back target to do out-of-tree test build
this is necessary in order to ensure that our headers are usable ref T8228 Reviewed-by: Stefan Schmidt <stefan@datenfreihafen.org> Differential Revision: https://phab.enlightenment.org/D10036
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml10
1 files changed, 3 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 9af193ac9d..08c9fc2cd1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -103,15 +103,11 @@ script:
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-install.sh "$CI_BUILD_TYPE"
- .ci/ci-make-check.sh "$CI_BUILD_TYPE"
- .ci/ci-make-distcheck.sh "$CI_BUILD_TYPE"
- #- |
- #if [[ "$DISTRO" == "" ]] && [[ "$TRAVIS_OS_NAME" != "linux" ]] ; then
- #true
- #elif [[ "$CI_BUILD_TYPE" != "release-ready" ]] ; then
- #docker exec --env EIO_MONITOR_POLL=1 $(cat $HOME/cid) .ci/build-efl-app.sh
- #fi
+ - |
+ - .ci/ci-build-test.sh "$CI_BUILD_TYPE"
before_cache:
- .ci/ci-ccache-stats.sh
- |