Skip to content
Snippets Groups Projects
Unverified Commit ffb0aade authored by Andreas Klöckner's avatar Andreas Klöckner Committed by GitHub
Browse files

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
...@@ -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
...@@ -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
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