Codebase list pypy3 / debian/7.3.8+dfsg-2 .gitlab-ci.yml
debian/7.3.8+dfsg-2

Tree @debian/7.3.8+dfsg-2 (Download .tar.gz)

.gitlab-ci.yml @debian/7.3.8+dfsg-2raw · history · blame

check_rpython_annotations:
    image: registry.heptapod.net/pypy/pypy/ci:v1
    script: |
      cd pypy/goal
      python2 ../../rpython/bin/rpython --batch -O2 --annotate targetpypystandalone

# these tests are meant to be run only in the hpy branch, remove it once it
# has been merged
hpy_tests:
    image: octobus/ci-for-pypy
    script:
      - pip install -r requirements.txt
      - ./pytest.py pypy/module/_hpy_universal/