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
36e2c814
Unverified
Commit
36e2c814
authored
8 years ago
by
René Fritze
Browse files
Options
Downloads
Patches
Plain Diff
[travis] cleanup
parent
3773c315
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.run_tests.bash
+0
-1
0 additions, 1 deletion
.travis.run_tests.bash
.travis.yml
+0
-3
0 additions, 3 deletions
.travis.yml
.travis.yml.py
+1
-3
1 addition, 3 deletions
.travis.yml.py
with
1 addition
and
7 deletions
.travis.run_tests.bash
+
0
−
1
View file @
36e2c814
...
...
@@ -8,7 +8,6 @@ if [[ "x${TESTS}" != "xheadercheck" ]]; then
${
SRC_DCTRL
}
${
BLD
}
--only
=
${
MY_MODULE
}
bexec ninja headercheck
fi
${
SUPERDIR
}
/.travis/init_sshkey.sh
${
encrypted_95fb78800815_key
}
${
encrypted_95fb78800815_iv
}
keys/dune-community/dune-gdt-testlogs
unset
GH_TOKEN
${
SRC_DCTRL
}
${
BLD
}
--only
=
${
MY_MODULE
}
make
install
|
grep
-v
"Installing"
${
SRC_DCTRL
}
${
BLD
}
--only
=
${
MY_MODULE
}
make package_source
...
...
This diff is collapsed.
Click to expand it.
.travis.yml
+
0
−
3
View file @
36e2c814
...
...
@@ -16,7 +16,6 @@ os: linux
script
:
-
docker pull renemilk/dune-testing:${DOCKER_TAG}
-
printenv &> ./myenv
-
docker run -e TESTS=${TESTS} -v $(pwd)/dune-gdt:/root/src/dune-gdt dune-testing:${DOCKER_TAG} /root/src/dune-gdt/.travis.run_tests.bash
- ${SUPERDIR}/.travis/init_sshkey.sh ${encrypted_95fb78800815_key} ${encrypted_95fb78800815_iv} keys/dune-community/dune-gdt-testlogs
-
if [[ "x${TESTS}" != "xheadercheck" ]]; then travis_retry ${SUPERDIR}/scripts/bash/travis_upload_test_logs.bash ${SUPERDIR}/${MY_MODULE}/test_dir/; fi
...
...
@@ -66,7 +65,6 @@ env:
matrix
:
include
:
# gcc 5
-
env
:
DOCKER_TAG=gcc-5 TESTS=0
-
env
:
DOCKER_TAG=gcc-5 TESTS=1
-
env
:
DOCKER_TAG=gcc-5 TESTS=2
...
...
@@ -92,7 +90,6 @@ matrix:
-
env
:
DOCKER_TAG=gcc-5 TESTS=22
-
env
:
DOCKER_TAG=gcc-5 TESTS=23
-
env
:
DOCKER_TAG=gcc-5 TESTS=headercheck CLANG_FORMAT='/usr/bin/clang-format-3.8'
# clang 3.8
#- env: DOCKER_TAG=clang-3.8 TESTS=0
...
...
This diff is collapsed.
Click to expand it.
.travis.yml.py
+
1
−
3
View file @
36e2c814
...
...
@@ -18,7 +18,6 @@ os: linux
script:
- docker pull renemilk/dune-testing:${DOCKER_TAG}
- printenv &> ./myenv
- docker run -e TESTS=${TESTS} -v $(pwd)/dune-gdt:/root/src/dune-gdt dune-testing:${DOCKER_TAG} /root/src/dune-gdt/.travis.run_tests.bash
- ${SUPERDIR}/.travis/init_sshkey.sh ${encrypted_95fb78800815_key} ${encrypted_95fb78800815_iv} keys/dune-community/dune-gdt-testlogs
- if [[
"
x${TESTS}
"
!=
"
xheadercheck
"
]]; then travis_retry ${SUPERDIR}/scripts/bash/travis_upload_test_logs.bash ${SUPERDIR}/${MY_MODULE}/test_dir/; fi
...
...
@@ -68,11 +67,10 @@ env:
matrix:
include:
# gcc 5
{% for c in builders %}
{%
-
for c in builders %}
- env: DOCKER_TAG=gcc-5 TESTS={{c}}
{%- endfor %}
- env: DOCKER_TAG=gcc-5 TESTS=headercheck CLANG_FORMAT=
'
/usr/bin/clang-format-3.8
'
# clang 3.8
{% for c in builders %}
#- env: DOCKER_TAG=clang-3.8 TESTS={{c}}
...
...
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