We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c487c2 commit 0eba48aCopy full SHA for 0eba48a
.travis.yml
@@ -1,6 +1,8 @@
1
language:
2
- cpp
3
4
+cache: apt
5
+
6
# why does Travis not allow for multi-dimensional build matrices?!?
7
# -> https://github.com/travis-ci/travis-ci/issues/1519
8
env:
@@ -45,5 +47,5 @@ script:
45
47
- cd build
46
48
- cmake -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -Dpfasst_WITH_MPI=${WITH_MPI} -Dpfasst_DISABLE_LIBCXX=ON -Dpfasst_BUILD_TESTS=ON -Dpfasst_BUILD_EXAMPLES=ON ..
49
- make
- - make test
50
+ - make test ARGS="-V"
51
- make run_example_all
0 commit comments