Skip to content
Snippets Groups Projects

Add citations to ReadMe

Merged Markus Holzer requested to merge holzer/pystencils:Dev into master
All threads resolved!
Files
6
+ 5
3
stages:
- pretest
- test
- deploy
@@ -7,7 +8,7 @@ stages:
# Normal test - runs on every commit all but "long run" tests
tests-and-coverage:
stage: test
stage: pretest
except:
variables:
- $ENABLE_NIGHTLY_BUILDS
@@ -143,6 +144,7 @@ ubuntu:
- python3 -m coverage xml
tags:
- docker
- AVX
artifacts:
when: always
paths:
@@ -201,7 +203,7 @@ riscv64:
- sed -i 's/fopenmp/fopenmp=libgomp -I\/usr\/include\/riscv64-linux-gnu/g' ~/.config/pystencils/config.json
minimal-conda:
stage: test
stage: pretest
except:
variables:
- $ENABLE_NIGHTLY_BUILDS
@@ -277,7 +279,7 @@ pycodegen-integration:
flake8-lint:
stage: test
stage: pretest
except:
variables:
- $ENABLE_NIGHTLY_BUILDS