Skip to content
Snippets Groups Projects

Refactor packaging, part I

2 files
+ 24
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 2
2
@@ -200,7 +200,7 @@ minimal-conda:
@@ -200,7 +200,7 @@ minimal-conda:
- $ENABLE_NIGHTLY_BUILDS
- $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda
script:
script:
- python setup.py quicktest
- python quicktest.py
tags:
tags:
- docker
- docker
- cuda
- cuda
@@ -214,7 +214,7 @@ minimal-sympy-master:
@@ -214,7 +214,7 @@ minimal-sympy-master:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda
script:
script:
- python -m pip install --upgrade git+https://github.com/sympy/sympy.git
- python -m pip install --upgrade git+https://github.com/sympy/sympy.git
- python setup.py quicktest
- python quicktest.py
allow_failure: true
allow_failure: true
tags:
tags:
- docker
- docker
Loading