From e83274c97ae92624014047024df7bfeb2041484c Mon Sep 17 00:00:00 2001 From: Ycarus Date: Thu, 5 Apr 2018 20:03:18 +0200 Subject: [PATCH] Fix circleCi --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 441a3b7b8..742feec65 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,7 @@ jobs: - run: name: Build no_output_timeout: 30m - command: make -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/install -j2 + command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/install -j2 - run: name: Deploy @@ -111,7 +111,7 @@ jobs: - run: name: Build no_output_timeout: 30m - command: make -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/compile -j2 package/compile -j2 target/install -j2 + command: make IGNORE_ERRORS=m -C ~/openmptcprouter/$OMR_TARGET/source package/{compile,install,index} target/compile -j2 package/compile -j2 target/install -j2 - run: name: Deploy