Skip to content
Snippets Groups Projects
Commit 1c1715b7 authored by Martin Bauer's avatar Martin Bauer
Browse files

Ci changes part3

parent 33bb3c84
No related merge requests found
...@@ -112,6 +112,7 @@ build-documentation: ...@@ -112,6 +112,7 @@ build-documentation:
image: i10git.cs.fau.de:5005/software/pystencils/full image: i10git.cs.fau.de:5005/software/pystencils/full
script: script:
- export PYTHONPATH=`pwd` - export PYTHONPATH=`pwd`
- pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
- mkdir html_doc - mkdir html_doc
- sphinx-build -W -b html doc html_doc - sphinx-build -W -b html doc html_doc
tags: tags:
......
...@@ -11,7 +11,7 @@ from version_from_git import version_number_from_git ...@@ -11,7 +11,7 @@ from version_from_git import version_number_from_git
quick_tests = [ quick_tests = [
'test_serial_scenarios.test_ldc_mrt', 'test_serial_scenarios.test_ldc_mrt',
'test_force_on_boundary.test_force_on_boundary', 'test_serial_scenarios.test_channel_srt',
] ]
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment