summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2023-02-24 04:18:24 +0300
committerSimon Glass <sjg@chromium.org>2023-03-08 22:40:56 +0300
commitc21a5286af8571c4c729914edd2b2e4c478ad696 (patch)
tree6cf9821f54cd715bb63891f4350e3a11becd1a6f /.gitlab-ci.yml
parent6608acb29d25f354d4c9574b126616c582fcc1bc (diff)
downloadu-boot-c21a5286af8571c4c729914edd2b2e4c478ad696.tar.xz
CI: Add a check for building tools for PyPi
Add a simple check that the PyPi packages can be built. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e320a24ef3..a89138701d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -251,6 +251,12 @@ Check for pre-schema tags:
# have no matches.
- git grep u-boot,dm- -- '*.dts*' && exit 1 || exit 0
+# Check we can package the Python tools
+Check packing of Python tools:
+ stage: testsuites
+ script:
+ - make pip
+
# Test sandbox with test.py
sandbox test.py:
variables: