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
f6a37a9d
Commit
f6a37a9d
authored
9 years ago
by
Dr. Felix Tobias Schindler
Browse files
Options
Downloads
Patches
Plain Diff
[travis] headercheck gets its own builder
parent
7246726b
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
+8
-4
8 additions, 4 deletions
.travis.yml
with
8 additions
and
4 deletions
.travis.yml
+
8
−
4
View file @
f6a37a9d
...
@@ -55,15 +55,15 @@ install:
...
@@ -55,15 +55,15 @@ install:
before_script
:
before_script
:
-
${SRC_DCTRL} ${BLD} --only=${MY_MODULE} configure
-
${SRC_DCTRL} ${BLD} --only=${MY_MODULE} configure
-
${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ${BUILD_CMD}
-
[
"
x${TESTS}"
!=
"
xheadercheck"
]
&&
${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ${BUILD_CMD}
-
${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ${BUILD_CMD} test_binaries_${TESTS}
-
[
"
x${TESTS}"
!=
"
xheadercheck"
]
&&
${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ${BUILD_CMD} test_binaries_${TESTS}
script
:
script
:
-
${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ctest -R ${TESTS}
-
[
"
x${TESTS}"
!=
"
xheadercheck"
]
&&
${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ctest -R ${TESTS}
-
[
"
x${TESTS}"
== "xheadercheck"
]
&&
${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ${BUILD_CMD} headercheck
# retry this step becuase of the implicated race condition in cloning and pushing with multiple builder running in parallel
# retry this step becuase of the implicated race condition in cloning and pushing with multiple builder running in parallel
-
travis_retry $HOME/src/scripts/bash/travis_upload_test_logs.bash $HOME/src/${MY_MODULE}/${DUNE_BUILD_DIR}/dune/gdt/test/
-
travis_retry $HOME/src/scripts/bash/travis_upload_test_logs.bash $HOME/src/${MY_MODULE}/${DUNE_BUILD_DIR}/dune/gdt/test/
-
${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ${BUILD_CMD} headercheck
# runs independent of 'script' failure/success
# runs independent of 'script' failure/success
after_script
:
after_script
:
...
@@ -118,6 +118,10 @@ matrix:
...
@@ -118,6 +118,10 @@ matrix:
compiler
:
gcc
compiler
:
gcc
addons
:
*gcc49
addons
:
*gcc49
env
:
BLD=${DBG} CC=gcc-4.9 TESTS=linearelliptic_cg_discretization_sgrid CXX=g++-4.9
env
:
BLD=${DBG} CC=gcc-4.9 TESTS=linearelliptic_cg_discretization_sgrid CXX=g++-4.9
-
os
:
linux
compiler
:
gcc
addons
:
*gcc49
env
:
BLD=${DBG} CC=gcc-4.9 TESTS=headercheck CXX=g++-4.9
# - os: linux
# - os: linux
# compiler: gcc
# compiler: gcc
# addons: *gcc49
# addons: *gcc49
...
...
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