The my.cdash.org build reporting site can accept
build reports from the travis build environment.
These reports can assist with identifying problems
with a given pull request.
script:
- cmake -DCMAKE_INSTALL_PREFIX=~/.local -DLAPACKE=ON -DCBLAS=ON .
- - make install -j2 && ctest -j2 --output-on-failure --timeout 100
+ - ctest -D ExperimentalStart
+ - ctest -D ExperimentalConfigure
+ - ctest -D ExperimentalBuild -j2
+ - ctest -D ExperimentalTest --schedule-random -j2 --output-on-failure --timeout 100
+ - ctest -D ExperimentalSubmit
+ - make install -j2