Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pystencils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
pystencils
Commits
0cba271c
Commit
0cba271c
authored
6 years ago
by
Martin Bauer
Browse files
Options
Downloads
Patches
Plain Diff
Changes in CI: use images from new pycodegen repo
parent
c3da3241
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+7
-7
7 additions, 7 deletions
.gitlab-ci.yml
with
7 additions
and
7 deletions
.gitlab-ci.yml
+
7
−
7
View file @
0cba271c
...
...
@@ -11,7 +11,7 @@ tests-and-coverage:
except
:
variables
:
-
$ENABLE_NIGHTLY_BUILDS
image
:
i10git.cs.fau.de:5005/
software/pystencils
/full
image
:
i10git.cs.fau.de:5005/
pycodegen/pycodegen
/full
script
:
-
export NUM_CORES=$(nproc --all)
-
mkdir -p ~/.config/matplotlib
...
...
@@ -33,7 +33,7 @@ test-longrun:
only
:
variables
:
-
$ENABLE_NIGHTLY_BUILDS
image
:
i10git.cs.fau.de:5005/
software/pystencils
/full
image
:
i10git.cs.fau.de:5005/
pycodegen/pycodegen
/full
script
:
-
export NUM_CORES=$(nproc --all)
-
mkdir -p ~/.config/matplotlib
...
...
@@ -68,7 +68,7 @@ minimal-ubuntu:
except
:
variables
:
-
$ENABLE_NIGHTLY_BUILDS
image
:
i10git.cs.fau.de:5005/
software/pystencils
/minimal_ubuntu
image
:
i10git.cs.fau.de:5005/
pycodegen/pycodegen
/minimal_ubuntu
script
:
-
python3 setup.py quicktest
tags
:
...
...
@@ -79,7 +79,7 @@ minimal-conda:
except
:
variables
:
-
$ENABLE_NIGHTLY_BUILDS
image
:
i10git.cs.fau.de:5005/
software/pystencils
/minimal_conda
image
:
i10git.cs.fau.de:5005/
pycodegen/pycodegen
/minimal_conda
script
:
-
python setup.py quicktest
tags
:
...
...
@@ -94,7 +94,7 @@ flake8-lint:
except
:
variables
:
-
$ENABLE_NIGHTLY_BUILDS
image
:
i10git.cs.fau.de:5005/
software/pystencils
/full
image
:
i10git.cs.fau.de:5005/
pycodegen/pycodegen
/full
script
:
-
flake8 pystencils
tags
:
...
...
@@ -104,7 +104,7 @@ flake8-lint:
build-documentation
:
stage
:
test
image
:
i10git.cs.fau.de:5005/
software/pystencils
/full
image
:
i10git.cs.fau.de:5005/
pycodegen/pycodegen
/full
script
:
-
export PYTHONPATH=`pwd`
-
mkdir html_doc
...
...
@@ -118,7 +118,7 @@ build-documentation:
pages
:
image
:
i10git.cs.fau.de:5005/
software/pystencils
/full
image
:
i10git.cs.fau.de:5005/
pycodegen/pycodegen
/full
stage
:
deploy
script
:
-
ls -l
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment