Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 826166a4 authored by ulrich_y's avatar ulrich_y
Browse files

Set-up CI

parent f0083c0e
No related branches found
No related tags found
No related merge requests found
before_script:
- date
- whoami
- export PATH=/afs/psi.ch/sys/psi.x86_64_slp6/Tools/texlive/2017/bin/x86_64-linux/:/afs/psi.ch/sys/psi.x86_64_slp6/Programming/psi-python27/4.4.0/bin/:$PATH
- python --version
stages:
- check
- build
pep8check:
stage: check
script:
- make check
run:
stage: build
script:
- make all
artifacts:
when: on_success
name: "results-$CI_COMMIT_REF_NAME"
paths:
- *.html
- *.pdf
- *.ipynb
expire_in: 8 wekks
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