diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c64ff2460ee42b08152343485def71181e70cf4..85a9c285ffa1ab72ec71f10ef8dcaffa95c6d8ae 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: + - large-node + except: + - tags + artifacts: + reports: + junit: test/pytest.xml + Python 3 Conda Apple: script: - CONDA_ENVIRONMENT=.test-conda-env-py3.yml