have a CI build with PyPy

This fixes #467.

* .gitlab-ci.yml (debian-unstable-gcc-pypy): New Build.
This commit is contained in:
Alexandre Duret-Lutz 2021-07-05 15:01:06 +02:00
parent 058fdf1dc6
commit c5424e1c84

View file

@ -59,6 +59,24 @@ debian-unstable-gcc-coverage:
- ./*.tar.gz
- spot2.info
debian-unstable-gcc-pypy:
stage: build
only:
- branches
except:
- /wip/
image: gitlab-registry.lrde.epita.fr/spot/buildenv/debian
script:
- autoreconf -vfi
- ./configure PYTHON=/usr/bin/pypy3 --disable-static
- make
- make check TESTS='$(TESTS_python) $(TESTS_ipython)'
artifacts:
when: always
paths:
- tests/*/*.log
- ./*.log
debian-gcc-snapshot:
stage: build
only: