diff mbox series

[v2,1/1] travis: add ubuntu 18.04 compilation test

Message ID 1536001207-5726-2-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v2,1/1] travis: add ubuntu 18.04 compilation test | expand

Commit Message

Github ODP bot Sept. 3, 2018, 7 p.m. UTC
From: Maxim Uvarov <maxim.uvarov@linaro.org>


Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>

---
/** Email created from pull request 689 (muvarov:devel/master_u18)
 ** https://github.com/Linaro/odp/pull/689
 ** Patch: https://github.com/Linaro/odp/pull/689.patch
 ** Base sha: 0a5d67beda902557056d5b5146d8cbe86e5001b0
 ** Merge commit sha: 64aa8cd6f9bc74e2a75b9e9893c8ea8fb9d3e8d3
 **/
 .travis.yml | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 26431ff19..5bd09a2a2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -187,6 +187,15 @@  jobs:
                           - docker run  -i -t -v `pwd`:/odp
                               -e CC="${CC}"
                               ${DOCKER_NAMESPACE}/travis-odp-lng-ubuntu_16.04 /odp/scripts/ci/build_${ARCH}.sh
+                - stage: test 
+                  env: ARCH=x86_64 CC=clang UBUNTU_VERS="18.04"
+                  install:
+                          - true
+                  script:
+                          - if [ -z "${DOCKER_NAMESPACE}" ] ; then export DOCKER_NAMESPACE="opendataplane"; fi
+                          - docker run  -i -t -v `pwd`:/odp
+                              -e CC="${CC}"
+                              ${DOCKER_NAMESPACE}/travis-odp-lng-ubuntu_${UBUNTU_VERS} /odp/scripts/ci/build_${ARCH}.sh
                 - stage: test
                   canfail: yes
                   env: TEST=checkpatch