From a52f538bddab95ab7826167bd3a0cbd0f5f12d83 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 4 Apr 2021 16:16:14 -0600 Subject: add SPDX test --- .gitlab-ci.yml | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) 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 diff --git a/README.md b/README.md index ef127c5..16eafec 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.3