diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c64ff2460ee42b08152343485def71181e70cf4..dcd29b6d2248bd4c93e32cc3a5904901c7e03f74 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -183,6 +183,21 @@ Python 2.7 Apple: reports: junit: test/pytest.xml +Python 3 Conda: + script: + - CONDA_ENVIRONMENT=.test-conda-env-py3.yml + - export CC=gcc + - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh + - "./configure.py --cxxflags= --ldflags= --cl-libname=OpenCL" + - ". ./build-and-test-py-project-within-miniconda.sh" + tags: + - linux + except: + - tags + artifacts: + reports: + junit: test/pytest.xml + Python 3 Conda Apple: script: - CONDA_ENVIRONMENT=.test-conda-env-py3.yml