diff options
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index da1eb35..dcf3e6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,3 +48,12 @@ full-test-cpython: - cd Python-*/ - ./configure - makers + +full-test-spdx: + stage: full-test + script: + - cargo install --path . + - git clone https://github.com/spdx/license-list-XML.git ~/spdx-license-list + - cd ~/spdx-license-list + - apt update && apt install -y default-jre-headless + - makers |