diff options
author | Tom Rini <trini@konsulko.com> | 2019-11-06 19:30:47 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-11-06 22:54:28 -0500 |
commit | 0219d014a781e4b79f9889a479f9b3782d76aeff (patch) | |
tree | b49e2f218b642b3739540bcdf8bd974c5a12cc6a /.gitlab-ci.yml | |
parent | 626b0389ecebbdab8ea8f29eb80c0d400376db28 (diff) | |
download | u-boot-0219d014a781e4b79f9889a479f9b3782d76aeff.zip u-boot-0219d014a781e4b79f9889a479f9b3782d76aeff.tar.gz u-boot-0219d014a781e4b79f9889a479f9b3782d76aeff.tar.bz2 |
gitlab/azure: Enable LLVM tests
Now that we have again fixed the problems that building with clang
exposes, enable these tests on Azure and GitLab-CI as well.
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9b295ac..0f5271d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -178,6 +178,14 @@ sandbox test.py: BUILDMAN: "^sandbox$" <<: *buildman_and_testpy_dfn +sandbox with clang test.py: + tags: [ 'all' ] + variables: + TEST_PY_BD: "sandbox" + BUILDMAN: "^sandbox$" + OVERRIDE: "-O clang-7" + <<: *buildman_and_testpy_dfn + sandbox_spl test.py: tags: [ 'all' ] variables: |