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 afcfb4d commit 5c94972Copy full SHA for 5c94972
.travis.yml
@@ -41,10 +41,15 @@ script:
41
-DLAPACKE_WITH_TMG:BOOL=ON
42
-DCMAKE_Fortran_FLAGS:STRING="-frecursive -fimplicit-none"
43
${SRC_DIR}
44
+ - ulimit -s 16384
45
- ctest -D ExperimentalStart
46
47
- ctest -D ExperimentalConfigure
48
49
- ctest -D ExperimentalBuild -j2
50
51
- ctest -D ExperimentalTest --schedule-random -j2 --output-on-failure --timeout 100
52
53
- ctest -D ExperimentalSubmit
54
- make install -j2
55
- if [[ "$CMAKE_BUILD_TYPE" == "Coverage" ]];
0 commit comments