diff --git a/.circleci/config.yml b/.circleci/config.yml index afc2801f5..270c0ca04 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -37,7 +37,7 @@ jobs: - run: name: Build toolchain - no_output_timeout: 30m + no_output_timeout: 50m command: | git clone https://github.com/ysurac/openmptcprouter || true cd openmptcprouter @@ -57,7 +57,7 @@ jobs: - run: name: Build - no_output_timeout: 30m + no_output_timeout: 50m command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/install -j2 - run: @@ -95,7 +95,7 @@ jobs: - run: name: Build toolchain - no_output_timeout: 30m + no_output_timeout: 40m command: | git clone https://github.com/ysurac/openmptcprouter || true cd openmptcprouter @@ -114,7 +114,7 @@ jobs: - run: name: Build - no_output_timeout: 30m + no_output_timeout: 40m command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/install -j2 - run: @@ -152,7 +152,7 @@ jobs: - run: name: Build toolchain - no_output_timeout: 30m + no_output_timeout: 40m command: | git clone https://github.com/ysurac/openmptcprouter || true cd openmptcprouter @@ -171,7 +171,7 @@ jobs: - run: name: Build - no_output_timeout: 30m + no_output_timeout: 40m command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/compile -j2 package/compile -j2 target/install -j2 - run: @@ -209,7 +209,7 @@ jobs: - run: name: Build toolchain - no_output_timeout: 30m + no_output_timeout: 40m command: | git clone https://github.com/ysurac/openmptcprouter || true cd openmptcprouter @@ -228,7 +228,7 @@ jobs: - run: name: Build - no_output_timeout: 30m + no_output_timeout: 40m command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/compile -j2 package/compile -j2 target/install -j2 - run: @@ -266,7 +266,7 @@ jobs: - run: name: Build toolchain - no_output_timeout: 30m + no_output_timeout: 40m command: | git clone https://github.com/ysurac/openmptcprouter || true cd openmptcprouter @@ -285,7 +285,7 @@ jobs: - run: name: Build - no_output_timeout: 30m + no_output_timeout: 40m command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/compile package/compile target/install -j2 - run: @@ -323,7 +323,7 @@ jobs: - run: name: Build toolchain - no_output_timeout: 30m + no_output_timeout: 40m command: | git clone https://github.com/ysurac/openmptcprouter || true cd openmptcprouter @@ -342,7 +342,7 @@ jobs: - run: name: Build - no_output_timeout: 30m + no_output_timeout: 40m command: | sudo apt-get -yq install swig swig2.0 make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/compile -j2 package/compile -j2 target/install -j2 @@ -382,7 +382,7 @@ jobs: - run: name: Build toolchain - no_output_timeout: 30m + no_output_timeout: 40m command: | git clone https://github.com/ysurac/openmptcprouter || true cd openmptcprouter @@ -402,7 +402,7 @@ jobs: - run: name: Build - no_output_timeout: 30m + no_output_timeout: 40m command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/compile -j2 package/compile -j2 target/install -j2 - run: @@ -439,7 +439,7 @@ jobs: - run: name: Build toolchain wrt3200acm - no_output_timeout: 30m + no_output_timeout: 40m command: | git clone https://github.com/ysurac/openmptcprouter || true cd openmptcprouter @@ -459,7 +459,7 @@ jobs: - run: name: Build wrt3200acm - no_output_timeout: 30m + no_output_timeout: 40m command: make IGNORE_ERRORS=m -C ~/openmptcprouter/wrt3200acm/source package/{compile,install,index} target/compile -j2 package/compile -j2 target/install -j2 - run: @@ -476,7 +476,7 @@ jobs: - run: name: Build toolchain wrt32x - no_output_timeout: 30m + no_output_timeout: 40m command: | cd ~/openmptcprouter/ git pull || true @@ -491,7 +491,7 @@ jobs: - run: name: Build wrt32x - no_output_timeout: 30m + no_output_timeout: 40m command: make IGNORE_ERRORS=m -C ~/openmptcprouter/wrt32x/source package/{compile,install,index} target/compile -j2 package/compile -j2 target/install -j2 - run: