From 1ea034e84101c7f7811a594d03a9e77d88b0ae2a Mon Sep 17 00:00:00 2001 From: Ycarus Date: Mon, 24 Dec 2018 16:37:22 +0100 Subject: [PATCH] Fix CircleCI to build only one time for WRT3200ACM and WRT32X --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 07fd8cca5..4749f8a34 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -421,6 +421,7 @@ jobs: export OMR_FEED_URL="$CIRCLE_REPOSITORY_URL" export OMR_FEED_SRC="${CIRCLE_BRANCH:-$CIRCLE_TAG}" export OMR_TARGET="wrt32x" + ln -s wrt3200acm wrt32x sh build.sh prepare {tools,toolchain}/install -j2 echo -e "$OMR_PRIVKEY" > ~/openmptcprouter/wrt32x/source/key-build echo -e "$OMR_PUBKEY" > ~/openmptcprouter/wrt32x/source/key-build.pub