Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-common
Commits
1e9ae690
Commit
1e9ae690
authored
6 years ago
by
Steffen Müthing
Browse files
Options
Downloads
Patches
Plain Diff
Create virtualenv during CI tests
parent
92bf4520
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!536
Try to install a virtualenv with pip before annoying the user
Pipeline
#10307
passed
6 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-0
4 additions, 0 deletions
.gitlab-ci.yml
with
4 additions
and
0 deletions
.gitlab-ci.yml
+
4
−
0
View file @
1e9ae690
...
...
@@ -24,6 +24,7 @@ debian:10 gcc-8-17:
script
:
duneci-standard-test
variables
:
DUNECI_TOOLCHAIN
:
gcc-8-17
DUNECI_CMAKE_FLAGS
:
"
-DDUNE_PYTHON_VIRTUALENV_SETUP=1"
tags
:
[
duneci
]
debian:10 clang-6-libcpp-17
:
...
...
@@ -38,6 +39,7 @@ debian:9 gcc-6-14:
script
:
duneci-standard-test
variables
:
DUNECI_TOOLCHAIN
:
gcc-6-14
DUNECI_CMAKE_FLAGS
:
"
-DDUNE_PYTHON_VIRTUALENV_SETUP=1"
tags
:
[
duneci
]
debian:9 clang-3.8-14
:
...
...
@@ -52,6 +54,7 @@ ubuntu:16.04 gcc-5-14:
script
:
duneci-standard-test
variables
:
DUNECI_TOOLCHAIN
:
gcc-5-14
DUNECI_CMAKE_FLAGS
:
"
-DDUNE_PYTHON_VIRTUALENV_SETUP=1"
tags
:
[
duneci
]
ubuntu:18.04 clang-6-17
:
...
...
@@ -59,4 +62,5 @@ ubuntu:18.04 clang-6-17:
script
:
duneci-standard-test
variables
:
DUNECI_TOOLCHAIN
:
clang-6-17
DUNECI_CMAKE_FLAGS
:
"
-DDUNE_PYTHON_VIRTUALENV_SETUP=1"
tags
:
[
duneci
]
This diff is collapsed.
Click to expand it.
Steffen Müthing
@smuething
mentioned in commit
89c1d005
·
6 years ago
mentioned in commit
89c1d005
mentioned in commit 89c1d00588c7884287e63cbe38d4b2c5aa61d024
Toggle commit list
Steffen Müthing
@smuething
mentioned in merge request
!537 (merged)
·
6 years ago
mentioned in merge request
!537 (merged)
mentioned in merge request !537
Toggle commit list
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