Skip to content
Snippets Groups Projects
Commit 267b2dba authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Add .gitlab-ci.yml

parent 1475bb05
No related branches found
No related tags found
No related merge requests found
before_script:
- apt-get update -qq && apt-get install -y -qq libhdf5-dev
- pip install -U pip setuptools wheel
- pip install .
test:
image: python:3.7.0
script:
- echo narf
pages:
image: python:3.7.0
script:
- cd docs && make html
- mv _build/html/ ../public/
artifacts:
paths:
- public
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