Skip to content
Snippets Groups Projects
Commit 0a5b6a4f authored by Andreas Klöckner's avatar Andreas Klöckner Committed by Andreas Klöckner
Browse files

Simplify Gitlab CI config

parent fb7033d6
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,7 @@ Python 3 POCL Examples: ...@@ -38,8 +38,7 @@ Python 3 POCL Examples:
- test -n "$SKIP_EXAMPLES" && exit - test -n "$SKIP_EXAMPLES" && exit
- export PY_EXE=python3 - export PY_EXE=python3
- export PYOPENCL_TEST=portable:pthread - export PYOPENCL_TEST=portable:pthread
# cython is here because pytential (for now, for TS) depends on it - export EXTRA_INSTALL="pybind11 numpy mako"
- export EXTRA_INSTALL="pybind11 cython numpy mako matplotlib"
- curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-py-project-and-run-examples.sh - curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-py-project-and-run-examples.sh
- ". ./build-py-project-and-run-examples.sh" - ". ./build-py-project-and-run-examples.sh"
tags: tags:
...@@ -51,7 +50,6 @@ Python 3 POCL Examples: ...@@ -51,7 +50,6 @@ Python 3 POCL Examples:
Python 3 Conda: Python 3 Conda:
script: | script: |
export MPLBACKEND=Agg
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project-within-miniconda.sh curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/main/build-and-test-py-project-within-miniconda.sh
. ./build-and-test-py-project-within-miniconda.sh . ./build-and-test-py-project-within-miniconda.sh
tags: tags:
...@@ -82,7 +80,7 @@ Flake8: ...@@ -82,7 +80,7 @@ Flake8:
Pylint: Pylint:
script: | script: |
export PY_EXE=python3 export PY_EXE=python3
EXTRA_INSTALL="Cython pybind11 numpy mako matplotlib scipy mpi4py oct2py" EXTRA_INSTALL="pybind11 numpy mako"
curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh curl -L -O https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-pylint.sh
. ./prepare-and-run-pylint.sh "$CI_PROJECT_NAME" examples/*.py test/test_*.py . ./prepare-and-run-pylint.sh "$CI_PROJECT_NAME" examples/*.py test/test_*.py
tags: tags:
......
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