Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
meshmode
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Xiaoyu Wei
meshmode
Commits
ffb0aade
Unverified
Commit
ffb0aade
authored
4 years ago
by
Andreas Klöckner
Committed by
GitHub
4 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #10 from inducer/test-examples-github
Add CI job to test examples on Github
parents
618aa1a4
595e24b2
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/ci.yml
+15
-0
15 additions, 0 deletions
.github/workflows/ci.yml
.test-conda-env-py3.yml
+3
-0
3 additions, 0 deletions
.test-conda-env-py3.yml
with
18 additions
and
0 deletions
.github/workflows/ci.yml
+
15
−
0
View file @
ffb0aade
...
@@ -51,4 +51,19 @@ jobs:
...
@@ -51,4 +51,19 @@ jobs:
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project-within-miniconda.sh
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
. ./build-and-test-py-project-within-miniconda.sh
examples3
:
name
:
Examples Conda Py3
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
"
Main
Script"
run
:
|
CONDA_ENVIRONMENT=.test-conda-env-py3.yml
sudo apt update
sudo apt install gfortran-7
sudo ln -s /usr/bin/gfortran-7 /usr/bin/gfortran
USE_CONDA_BUILD=1
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-py-project-and-run-examples.sh
. ./build-py-project-and-run-examples.sh
# vim: sw=4
# vim: sw=4
This diff is collapsed.
Click to expand it.
.test-conda-env-py3.yml
+
3
−
0
View file @
ffb0aade
...
@@ -37,3 +37,6 @@ dependencies:
...
@@ -37,3 +37,6 @@ dependencies:
# requires pymetis for tests for partition_mesh
# requires pymetis for tests for partition_mesh
-
git+https://gitlab.tiker.net/inducer/pymetis.git
-
git+https://gitlab.tiker.net/inducer/pymetis.git
# required for plot-connectivity.py example
-
git+https://gitlab.tiker.net/inducer/pyvisfile.git
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