Commit ea387d44 authored by Daniel Agar's avatar Daniel Agar

travis-ci fold no longer needed (#3270)

-build is much quieter now
parent 535e5de2
...@@ -165,7 +165,6 @@ script: ...@@ -165,7 +165,6 @@ script:
; ;
fi fi
- echo 'Building QGroundControl' - echo 'Building QGroundControl'
- echo -en 'travis_fold:start:script.1\\r'
- if [[ "${CONFIG}" != "doxygen" && "${SPEC}" != "ios" ]]; then - if [[ "${CONFIG}" != "doxygen" && "${SPEC}" != "ios" ]]; then
cd ${SHADOW_BUILD_DIR} && cd ${SHADOW_BUILD_DIR} &&
make -j4 | sed 's/${TRAVIS_BUILD_DIR}/-/' make -j4 | sed 's/${TRAVIS_BUILD_DIR}/-/'
...@@ -181,7 +180,6 @@ script: ...@@ -181,7 +180,6 @@ script:
doxygen documentation.dox doxygen documentation.dox
; ;
fi fi
- echo -en 'travis_fold:end:script.1\\r'
- if [[ "${TRAVIS_OS_NAME}" = "linux" && "${CONFIG}" = "debug" ]]; then - if [[ "${TRAVIS_OS_NAME}" = "linux" && "${CONFIG}" = "debug" ]]; then
${SHADOW_BUILD_DIR}/debug/qgroundcontrol --unittest ${SHADOW_BUILD_DIR}/debug/qgroundcontrol --unittest
; ;
......
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