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

[travis] add swipdg estimator builder

parent 1c419fd7
No related branches found
No related tags found
No related merge requests found
...@@ -203,6 +203,10 @@ matrix: ...@@ -203,6 +203,10 @@ matrix:
compiler: gcc compiler: gcc
addons: *gcc5 addons: *gcc5
env: CC=gcc-5 TESTS=linearelliptic_swipdg_discretization_sgrid BLD=${DBG} CXX=g++-5 env: CC=gcc-5 TESTS=linearelliptic_swipdg_discretization_sgrid BLD=${DBG} CXX=g++-5
- os: linux
compiler: gcc
addons: *gcc5
env: CC=gcc-5 TESTS=linearelliptic_swipdg_estimator_alugrid BLD=${DBG} CXX=g++-5
- os: linux - os: linux
compiler: gcc compiler: gcc
addons: *gcc5 addons: *gcc5
...@@ -272,6 +276,10 @@ matrix: ...@@ -272,6 +276,10 @@ matrix:
compiler: clang compiler: clang
addons: *clang37 addons: *clang37
env: CC=clang-3.7 TESTS=linearelliptic_swipdg_discretization_sgrid BLD=${DBG} CXX=clang++-3.7 env: CC=clang-3.7 TESTS=linearelliptic_swipdg_discretization_sgrid BLD=${DBG} CXX=clang++-3.7
- os: linux
compiler: clang
addons: *clang37
env: CC=clang-3.7 TESTS=linearelliptic_swipdg_estimator_alugrid BLD=${DBG} CXX=clang++-3.7
- os: linux - os: linux
compiler: clang compiler: clang
addons: *clang37 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