Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-xt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
ag-ohlberger
dune-community
dune-xt
Commits
38d71e1f
Commit
38d71e1f
authored
9 years ago
by
René Fritze
Browse files
Options
Downloads
Patches
Plain Diff
[travis] trying the dune-python workarounds again
parent
b839ba91
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+7
-0
7 additions, 0 deletions
.travis.yml
with
7 additions
and
0 deletions
.travis.yml
+
7
−
0
View file @
38d71e1f
...
@@ -38,6 +38,13 @@ before_install:
...
@@ -38,6 +38,13 @@ before_install:
-
echo removing modules ${MODULES_TO_DELETE}
-
echo removing modules ${MODULES_TO_DELETE}
# ensures ${MY_MODULE} from travis own checkout is used
# ensures ${MY_MODULE} from travis own checkout is used
-
rm -rf ${MODULES_TO_DELETE} ${MY_MODULE}
-
rm -rf ${MODULES_TO_DELETE} ${MY_MODULE}
-
# workarounds for dune-testtools issue
-
cd $HOME/src
-
./dune-common/bin/dunecontrol ${DCONTROL_ARG} --module=dune-python configure
-
${DUNE_BUILD_DIR}/dune-python/python2-env/bin/pip install -U pip
-
${DUNE_BUILD_DIR}/dune-python/python3-env/bin/pip install -U pip
-
${DUNE_BUILD_DIR}/dune-python/python2-env/bin/pip install -U distribute six
-
${DUNE_BUILD_DIR}/dune-python/python3-env/bin/pip install -U distribute six
# command to install dependencies
# command to install dependencies
install
:
install
:
...
...
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