Skip to content
Snippets Groups Projects
.gitlab-ci.yml 269 B
Newer Older
  • Learn to ignore specific revisions
  • Python 3 POCL:
      script:
      - export PY_EXE=python3
      - export PYOPENCL_TEST=portable
      - export EXTRA_INSTALL="pybind11 numpy mako"
      - ". ./build-and-test-py-project.sh"
      tags:
      - python3
      - pocl
      except:
      - tags
      artifacts:
        reports:
          junit: pytest.xml