Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-gdt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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-gdt
Commits
d17c6adb
Unverified
Commit
d17c6adb
authored
7 years ago
by
René Fritze
Browse files
Options
Downloads
Patches
Plain Diff
[ci] debug script execution
parent
0f0166e5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.script.bash
+3
-1
3 additions, 1 deletion
.travis.script.bash
with
3 additions
and
1 deletion
.travis.script.bash
+
3
−
1
View file @
d17c6adb
...
...
@@ -10,7 +10,7 @@
# Felix Schindler (2017)
# Rene Milk (2016 - 2017)
set
-e
set
-e
x
WAIT
=
"
${
SUPERDIR
}
/scripts/bash/travis_wait_new.bash 45"
source
${
SUPERDIR
}
/scripts/bash/retry_command.bash
...
...
@@ -22,6 +22,8 @@ ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} make
# -> builder will timeout -> manually run refresh_test_timings -> push results
${
SRC_DCTRL
}
${
BLD
}
--only
=
${
MY_MODULE
}
bexec ninja
-v
-j
1 refresh_test_timings
free
-h
if
[
x
"
${
TESTS
}
"
==
x
]
;
then
${
WAIT
}
${
SRC_DCTRL
}
${
BLD
}
--only
=
${
MY_MODULE
}
bexec ninja
-v
test_binaries
${
WAIT
}
${
SRC_DCTRL
}
${
BLD
}
--only
=
${
MY_MODULE
}
bexec ctest
-V
-j
2
...
...
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