Commit e72d7e19 authored by Daniel Agar's avatar Daniel Agar

travis-ci don't fold unit test output

parent b2471b00
......@@ -108,10 +108,8 @@ script:
- echo 'Building QGroundControl' && echo -en 'travis_fold:start:script.1\\r'
- make -j4
- echo -en 'travis_fold:end:script.1\\r'
- echo 'Running unittests' && echo -en 'travis_fold:start:script.2\\r'
- if [[ "${TRAVIS_OS_NAME}" = "linux" && "${CONFIG}" = "debug" ]]; then ./debug/qgroundcontrol --unittest; fi
- if [[ "${TRAVIS_OS_NAME}" = "osx" && "${CONFIG}" = "debug" ]]; then ./debug/qgroundcontrol.app/Contents/MacOS/qgroundcontrol --unittest; fi
- echo -en 'travis_fold:end:script.2\\r'
deploy:
- provider: s3
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment