Skip to content

Commit 5c94972

Browse files
Trying new configurations for Travis
1 parent afcfb4d commit 5c94972

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,15 @@ script:
4141
-DLAPACKE_WITH_TMG:BOOL=ON
4242
-DCMAKE_Fortran_FLAGS:STRING="-frecursive -fimplicit-none"
4343
${SRC_DIR}
44+
- ulimit -s 16384
4445
- ctest -D ExperimentalStart
46+
- ulimit -s 16384
4547
- ctest -D ExperimentalConfigure
48+
- ulimit -s 16384
4649
- ctest -D ExperimentalBuild -j2
50+
- ulimit -s 16384
4751
- ctest -D ExperimentalTest --schedule-random -j2 --output-on-failure --timeout 100
52+
- ulimit -s 16384
4853
- ctest -D ExperimentalSubmit
4954
- make install -j2
5055
- if [[ "$CMAKE_BUILD_TYPE" == "Coverage" ]];

0 commit comments

Comments
 (0)