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

Delete Gitlab Conda Apple job

parent b4e70991
No related branches found
No related tags found
No related merge requests found
Pipeline #503359 failed
......@@ -165,29 +165,6 @@ Python 3 POCL (+GL and special functions):
reports:
junit: test/pytest.xml
Python 3 Conda Apple:
script: |
# That's where homebrew lives, and it has the curl that doesn't cause
# cert errors from the OS being too old.
export PATH="/usr/local/opt/curl/bin:$PATH"
export CONDA_ENVIRONMENT=.test-conda-env.yml
grep -v ocl-icd .test-conda-env-py3.yml > $CONDA_ENVIRONMENT
export CC=gcc
curl -L -O https://tiker.net/ci-support-v0
. ci-support-v0
./configure.py --cxxflags= --ldflags= --cl-libname=OpenCL
build_py_project_in_conda_env
test_py_project
tags:
- apple
except:
- tags
artifacts:
reports:
junit: test/pytest.xml
PyPy3 POCL:
script: |
export PY_EXE=pypy3
......
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