Skip to content
Snippets Groups Projects
Commit 38c915ad authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Add CI config

parent d02aea22
No related branches found
No related tags found
No related merge requests found
Python 2.7:
script:
- git submodule update --init
- py_version=2.7
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
- ". ./build-and-test-py-project.sh"
tags:
- python2.7
except:
- tags
Python 3.4:
script:
- git submodule update --init
- py_version=3.4
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
- ". ./build-and-test-py-project.sh"
tags:
- python3.4
except:
- tags
Python 2.6:
script:
- git submodule update --init
- py_version=2.6
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
- ". ./build-and-test-py-project.sh"
tags:
- python2.6
except:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment