Skip to content
Snippets Groups Projects
Unverified Commit 06bbefdc authored by René Fritze's avatar René Fritze
Browse files

[travis] adds swap to hopefully overcome virt. mem exhaustion on gcc build

parent 323d6567
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,7 @@ install: ...@@ -62,6 +62,7 @@ install:
- cp -ra ${TRAVIS_BUILD_DIR} . - cp -ra ${TRAVIS_BUILD_DIR} .
before_script: before_script:
- $HOME/src/.travis/add_swap.sh
- ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} configure - ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} configure
- if [[ "x${TESTS}" != "xheadercheck" ]]; then ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ${BUILD_CMD}; fi - if [[ "x${TESTS}" != "xheadercheck" ]]; then ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ${BUILD_CMD}; fi
- if [[ "x${TESTS}" != "xheadercheck" ]]; then ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ${BUILD_CMD} test_binaries_${TESTS}; fi - if [[ "x${TESTS}" != "xheadercheck" ]]; then ${SRC_DCTRL} ${BLD} --only=${MY_MODULE} bexec ${BUILD_CMD} test_binaries_${TESTS}; fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment