Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable Apple build for the time being
  • Loading branch information
inducer committed Jul 5, 2015
1 parent b93e797 commit 61f7b27
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .gitlab-ci.yml
Expand Up @@ -73,18 +73,18 @@ Python 2.7 POCL:
- pocl
except:
- tags
Python 2.7 Apple:
script:
- export PY_EXE=python2.7
- export PYOPENCL_TEST=app:cpu
- export EXTRA_INSTALL="numpy mako"
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
- ". ./build-and-test-py-project.sh"
tags:
- python2.7
- apple
except:
- tags
# Python 2.7 Apple:
# script:
# - export PY_EXE=python2.7
# - export PYOPENCL_TEST=app:cpu
# - export EXTRA_INSTALL="numpy mako"
# - curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
# - ". ./build-and-test-py-project.sh"
# tags:
# - python2.7
# - apple
# except:
# - tags
PyPy Intel CPU:
script:
- export PY_EXE=pypy
Expand Down

0 comments on commit 61f7b27

Please sign in to comment.