Query the default stacksize limit

This commit is contained in:
Martin Kroeker 2021-02-14 18:46:21 +01:00 committed by GitHub
parent e403bf561e
commit bad17f5c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -161,6 +161,7 @@ steps:
- apt-get update -y
- apt-get install -y make $CC gfortran perl python g++
- $CC --version
- ulimit -s
- make QUIET_MAKE=1 $COMMON_FLAGS
- make -C test $COMMON_FLAGS
- make -C ctest $COMMON_FLAGS
@ -186,6 +187,7 @@ steps:
- apt-get update -y
- apt-get install -y make $CC gfortran perl python g++
- $CC --version
- ulimit -s
- make QUIET_MAKE=1 $COMMON_FLAGS
- make -C test $COMMON_FLAGS
- make -C ctest $COMMON_FLAGS