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 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3