efi_selftest: Update .gitignore
[oweals/u-boot.git] / .gitlab-ci.yml
index 9b295ac710feb9d89209731625e42186d8e064a3..0f5271dcd3080cd0a32095c207e94a24f63766cd 100644 (file)
@@ -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: