Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
pycodegen
pystencils_autodiff
Commits
b0fc0770
Commit
b0fc0770
authored
Sep 03, 2019
by
Stephan Seitz
Browse files
Deactivate conda/ubuntu-minimal for now
parent
e9f0379d
Pipeline
#17744
failed with stage
in 2 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b0fc0770
...
...
@@ -20,43 +20,43 @@ windows:
-
test-report
-
htmlcov
ubuntu
:
stage
:
test
except
:
variables
:
-
$ENABLE_NIGHTLY_BUILDS
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_ubuntu
script
:
-
apt install -y ninja-build
-
python3 -m pip install -e .
-
python3 setup.py test
tags
:
-
docker
-
cuda
artifacts
:
when
:
always
paths
:
-
test-report
-
htmlcov
#
ubuntu:
#
stage: test
#
except:
#
variables:
#
- $ENABLE_NIGHTLY_BUILDS
#
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_ubuntu
#
script:
#
- apt install -y ninja-build
#
- python3 -m pip install -e .
#
- python3 setup.py test
#
tags:
#
- docker
#
- cuda
#
artifacts:
#
when: always
#
paths:
#
- test-report
#
- htmlcov
conda
:
stage
:
test
except
:
variables
:
-
$ENABLE_NIGHTLY_BUILDS
image
:
i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda
script
:
-
apt install -y ninja-build
-
conda install pip
-
pip install -e .
-
python setup.py test
tags
:
-
docker
artifacts
:
when
:
always
paths
:
-
test-report
-
htmlcov
#
conda:
#
stage: test
#
except:
#
variables:
#
- $ENABLE_NIGHTLY_BUILDS
#
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda
#
script:
#
- apt install -y ninja-build
#
- conda install pip
#
- pip install -e .
#
- python setup.py test
#
tags:
#
- docker
#
artifacts:
#
when: always
#
paths:
#
- test-report
#
- htmlcov
full
:
stage
:
test
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment