diff --git a/.conda-ci-build-configure.sh b/.conda-ci-build-configure.sh new file mode 100644 index 0000000000000000000000000000000000000000..80a2fb778073ec5d3277308090f6273030d331f8 --- /dev/null +++ b/.conda-ci-build-configure.sh @@ -0,0 +1 @@ +python ./configure.py --cl-inc-dir="$CONDA_PREFIX/include" --cl-lib-dir="$CONDA_PREFIX/lib" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b6a4ba0191bb30ae3b8da6e4448aba906b6982b..e55999a759655b4850016e2ef29183db59e1f0d4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,6 @@ jobs: - uses: actions/checkout@v2 - name: "Main Script" run: | - set -e sed 's/python=3/python=2.7/' .test-conda-env-py3.yml > .test-conda-env-py2.yml CONDA_ENVIRONMENT=.test-conda-env-py2.yml curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh @@ -44,7 +43,6 @@ jobs: - uses: actions/checkout@v2 - name: "Main Script" run: | - set -e 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 diff --git a/README.rst b/README.rst index c71237911cb783aa7a63e26bb6bd8471c1e3e5ff..58fbdb0a67cfdc0f5d3431d053056b26ea648a82 100644 --- a/README.rst +++ b/README.rst @@ -4,9 +4,9 @@ PyOpenCL: Pythonic Access to OpenCL, with Arrays and Algorithms .. image:: https://gitlab.tiker.net/inducer/pyopencl/badges/master/pipeline.svg :alt: Gitlab Build Status :target: https://gitlab.tiker.net/inducer/pyopencl/commits/master -.. image:: https://github.com/inducer/pyopencl/workflows/CI/badge.svg?branch=master +.. image:: https://github.com/inducer/pyopencl/workflows/CI/badge.svg?branch=master&event=push :alt: Github Build Status - :target: https://github.com/inducer/pyopencl/actions?query=branch%3Amaster+workflow%3ACI + :target: https://github.com/inducer/pyopencl/actions?query=branch%3Amaster+workflow%3ACI+event%3Apush .. image:: https://badge.fury.io/py/pyopencl.png :alt: Python Package Index Release Page :target: https://pypi.org/project/pyopencl/