diff options
-rw-r--r-- | .gitlab-ci.yml | 9 | ||||
-rw-r--r-- | README.md | 3 |
2 files changed, 11 insertions, 1 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 @@ -23,7 +23,8 @@ specific projects tested: - [tcl](https://tcl.tk/) - [uutils coreutils](https://github.com/uutils/coreutils) -- [CPython](https://github.com/python/cpython#contributing-to-cpython) +- [CPython](https://github.com/python/cpython) +- [SPDX license list](https://github.com/spdx/license-list-XML) list of features that are needed for version 1.0: |