aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-04-04 16:16:14 -0600
committerMelody Horn <melody@boringcactus.com>2021-04-04 16:16:14 -0600
commita52f538bddab95ab7826167bd3a0cbd0f5f12d83 (patch)
tree6047012f0036047e03b5e00c276a76618f025448
parent9c426f09533c88667cbc3cec2cd6df3a357a703b (diff)
downloadmakers-a52f538bddab95ab7826167bd3a0cbd0f5f12d83.tar.gz
makers-a52f538bddab95ab7826167bd3a0cbd0f5f12d83.zip
add SPDX test
-rw-r--r--.gitlab-ci.yml9
-rw-r--r--README.md3
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
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: