Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arraycontext
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexandru Fikl
arraycontext
Commits
0a5b6a4f
Commit
0a5b6a4f
authored
3 years ago
by
Andreas Klöckner
Committed by
Andreas Klöckner
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Simplify Gitlab CI config
parent
fb7033d6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-4
2 additions, 4 deletions
.gitlab-ci.yml
with
2 additions
and
4 deletions
.gitlab-ci.yml
+
2
−
4
View file @
0a5b6a4f
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment