diff mbox series

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

Message ID 1535979607-5194-2-git-send-email-odpbot@yandex.ru
State Superseded
Headers show
Series [v1,1/1] travis: add ubuntu 18.04 compilation test | expand

Commit Message

Github ODP bot Sept. 3, 2018, 1 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: 97fc51b1e5b3fcea9db99ba63c10bda47f79341a
 ** Merge commit sha: 8c12f66e8db6b96c872b6edc65f0dc9f8de34e6a
 **/
 .travis.yml | 9 +++++++++
 1 file changed, 9 insertions(+)
diff mbox series

Patch

diff --git a/.travis.yml b/.travis.yml
index 26431ff19..7e486700c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -169,6 +169,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: "build only"
+                  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: "build only"
                   env: ARCH=arm64
                   install: