From ea081ad6aac58fc52a16712c9463ddc3d86db6b5 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sun, 4 Apr 2021 12:06:54 -0600 Subject: add a CPython full-test --- .gitlab-ci.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9423e02..62efa0c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -36,3 +36,15 @@ full-test-uutils: - makers build - makers test || echo "test failed but that's not the point" - makers busytest || echo "busytest failed but that's not the point" + +full-test-cpython: + stage: full-test + script: + - cargo install --path . + - mkdir ~/cpython + - cd ~/cpython + - wget https://www.python.org/ftp/python/3.9.3/Python-3.9.3.tar.xz + - tar xf Python-*.tar.gz + - cd Python-*/ + - ./configure + - makers -- cgit v1.2.3