Skip to content
Snippets Groups Projects
Commit f9e67e35 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[travis] add projection and prolongation tests

parent 1d6f3368
No related branches found
No related tags found
No related merge requests found
......@@ -110,6 +110,14 @@ matrix:
# - os: linux
# compiler: gcc
# addons: *gcc49
# env: CC=gcc-4.9 TESTS=prolongation BLD=${DBG} CXX=g++-4.9
# - os: linux
# compiler: gcc
# addons: *gcc49
# env: CC=gcc-4.9 TESTS=projection BLD=${DBG} CXX=g++-4.9
# - os: linux
# compiler: gcc
# addons: *gcc49
# env: CC=gcc-4.9 TESTS=space BLD=${DBG} CXX=g++-4.9
# - os: linux
# compiler: gcc
......@@ -140,6 +148,14 @@ matrix:
- *commonpackages
- ['g++-5', 'gcc-5']
env: CC=gcc-5 TESTS=operator BLD=${DBG} CXX=g++-5
- os: linux
compiler: gcc
addons: *gcc5
env: CC=gcc-5 TESTS=prolongation BLD=${DBG} CXX=g++-5
- os: linux
compiler: gcc
addons: *gcc5
env: CC=gcc-5 TESTS=projection BLD=${DBG} CXX=g++-5
- os: linux
compiler: gcc
addons: *gcc5
......@@ -173,6 +189,14 @@ matrix:
- *commonpackages
- ['clang-3.7']
env: CC=clang-3.7 TESTS=operator BLD=${DBG} CXX=clang++-3.7
- os: linux
compiler: clang
addons: *clang37
env: CC=clang-3.7 TESTS=prolongation BLD=${DBG} CXX=clang++-3.7
- os: linux
compiler: clang
addons: *clang37
env: CC=clang-3.7 TESTS=projection BLD=${DBG} CXX=clang++-3.7
- os: linux
compiler: clang
addons: *clang37
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment