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

Use docker images from new pycodegen repository for CI

parent 41c36e74
Branches
Tags
No related merge requests found
...@@ -11,7 +11,7 @@ tests-and-coverage: ...@@ -11,7 +11,7 @@ tests-and-coverage:
except: except:
variables: variables:
- $ENABLE_NIGHTLY_BUILDS - $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/software/pystencils/full image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
script: script:
- export NUM_CORES=$(nproc --all) - export NUM_CORES=$(nproc --all)
- mkdir -p ~/.config/matplotlib - mkdir -p ~/.config/matplotlib
...@@ -34,7 +34,7 @@ test-longrun: ...@@ -34,7 +34,7 @@ test-longrun:
only: only:
variables: variables:
- $ENABLE_NIGHTLY_BUILDS - $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/software/pystencils/full image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
script: script:
- export NUM_CORES=$(nproc --all) - export NUM_CORES=$(nproc --all)
- mkdir -p ~/.config/matplotlib - mkdir -p ~/.config/matplotlib
...@@ -71,7 +71,7 @@ minimal-ubuntu: ...@@ -71,7 +71,7 @@ minimal-ubuntu:
except: except:
variables: variables:
- $ENABLE_NIGHTLY_BUILDS - $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/software/pystencils/minimal_ubuntu image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_ubuntu
script: script:
- pip3 install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils - pip3 install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
- python3 setup.py quicktest - python3 setup.py quicktest
...@@ -83,7 +83,7 @@ minimal-conda: ...@@ -83,7 +83,7 @@ minimal-conda:
except: except:
variables: variables:
- $ENABLE_NIGHTLY_BUILDS - $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/software/pystencils/minimal_conda image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda
script: script:
- pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils - pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
- python setup.py quicktest - python setup.py quicktest
...@@ -99,7 +99,7 @@ flake8-lint: ...@@ -99,7 +99,7 @@ flake8-lint:
except: except:
variables: variables:
- $ENABLE_NIGHTLY_BUILDS - $ENABLE_NIGHTLY_BUILDS
image: i10git.cs.fau.de:5005/software/pystencils/full image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
script: script:
- flake8 lbmpy - flake8 lbmpy
tags: tags:
...@@ -109,7 +109,7 @@ flake8-lint: ...@@ -109,7 +109,7 @@ flake8-lint:
build-documentation: build-documentation:
stage: test stage: test
image: i10git.cs.fau.de:5005/software/pystencils/full image: i10git.cs.fau.de:5005/pycodegen/pycodegen/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 - pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
...@@ -124,7 +124,7 @@ build-documentation: ...@@ -124,7 +124,7 @@ build-documentation:
pages: pages:
image: i10git.cs.fau.de:5005/software/pystencils/full image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
stage: deploy stage: deploy
script: script:
- ls -l - ls -l
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment