summaryrefslogtreecommitdiff
path: root/.azure-pipelines.yml
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2019-11-06 22:54:47 -0500
committerTom Rini <trini@konsulko.com>2019-11-06 22:54:47 -0500
commit416b5dd5f4dd4e8634f526f4a77b6b66fb6d1843 (patch)
treeb49e2f218b642b3739540bcdf8bd974c5a12cc6a /.azure-pipelines.yml
parent0f282c1876af26cc2c8c018ae6293a691561011e (diff)
parent0219d014a781e4b79f9889a479f9b3782d76aeff (diff)
Merge branch '2019-11-06-reenable-llvm-in-ci'
- Re-enable LLVM tests in Travis and add them to GitLab and Azure
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r--.azure-pipelines.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 862cced1cc..44a76ebb09 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -149,6 +149,10 @@ jobs:
sandbox:
TEST_PY_BD: "sandbox"
BUILDMAN: "^sandbox$"
+ sandbox_clang:
+ TEST_PY_BD: "sandbox"
+ BUILDMAN: "^sandbox$"
+ OVERRIDE: "-O clang-7"
sandbox_spl:
TEST_PY_BD: "sandbox_spl"
TEST_PY_TEST_SPEC: "test_ofplatdata"
@@ -238,6 +242,7 @@ jobs:
export TEST_PY_ID="${TEST_PY_ID}"
export TEST_PY_TEST_SPEC="${TEST_PY_TEST_SPEC}"
export BUILDMAN="${BUILDMAN}"
+ export OVERRIDE="${OVERRIDE}"
EOF
cat << "EOF" >> test.sh
# the below corresponds to .gitlab-ci.yml "before_script"