have a CI build with PyPy
This fixes #467. * .gitlab-ci.yml (debian-unstable-gcc-pypy): New Build.
This commit is contained in:
parent
058fdf1dc6
commit
c5424e1c84
1 changed files with 18 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue