summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorStefan Schmidt <s.schmidt@samsung.com>2020-02-12 12:10:07 -0500
committerMike Blumenkrantz <zmike@samsung.com>2020-02-12 12:10:07 -0500
commit7c653df450b82275284a02459d435cf620972e4d (patch)
treec8ca4cfa77a6f458ace93a23b62c4a901409be0e /.travis.yml
parentbf2b9adec5453019e74b5c6418573d171a837114 (diff)
downloadefl-7c653df450b82275284a02459d435cf620972e4d.tar.gz
ci: enable exactness build on travis
Summary: With exactness merged into efl we can finally enable some exactness testing on our CI. As a first step we will run around 47 tests from our elementary_tests recordings. The base data is already in the specific docker image to avoid downloading on each run. We also need to use a dedicated branch from the repo while we are still working out all the problems to make exactness recordings really independent from their env. Depends on D11317 Reviewers: zmike, bu5hm4n Reviewed By: zmike Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D11318
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 89a213ad22..7e7aa2316a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -76,6 +76,9 @@ jobs:
env: DISTRO=Fedora31 CI_BUILD_TYPE=asan
- os: linux
if: type = cron
+ env: DISTRO=Fedora31-exactness CI_BUILD_TYPE=exactness
+ - os: linux
+ if: type = cron
env: CI_BUILD_TYPE=codecov
- os: linux
if: type = cron
@@ -114,6 +117,7 @@ script:
- .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-exactness.sh "$CI_BUILD_TYPE"
- .ci/ci-make-distcheck.sh "$CI_BUILD_TYPE"
- .ci/ci-build-test.sh "$CI_BUILD_TYPE"