Skip to content
Snippets Groups Projects
Commit 6355d088 authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Merge branch 'pyopencl-conda-apple' into 'master'

Add Apple Conda test

See merge request !11
parents 12e95045 80748c9b
No related branches found
No related tags found
1 merge request!11Add Apple Conda test
Pipeline #
......@@ -145,6 +145,16 @@ Python 2.7 Apple:
except:
- tags
Python 3.5 Conda Apple:
script:
- CONDA_ENVIRONMENT=.test-conda-env-py3.yml
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
- ". ./build-and-test-py-project-within-miniconda.sh"
tags:
- apple
except:
- tags
PyPy POCL:
script:
- export PY_EXE=pypy
......
name: test-conda-env-py3
channels:
- inducer
- conda-forge
- defaults
dependencies:
- git
- conda-forge::numpy
- pocl
- osx-pocl-opencl
- mako
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment