From 52949320d24d61792084a5fed0cc6c8a01fc400c Mon Sep 17 00:00:00 2001 From: Bas Vodde Date: Fri, 26 Aug 2022 16:10:14 +0200 Subject: [PATCH] Commented out the running of the circleCI for now --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5b5a1c581..0e447d44b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,7 +10,7 @@ jobs: CPPUTEST_BUILD_DIR: ./cpputest_build steps: - checkout - - run: mkdir -p $CPPUTEST_BUILD_DIR && cd $CPPUTEST_BUILD_DIR && ../scripts/travis_ci_build.sh +# - run: mkdir -p $CPPUTEST_BUILD_DIR && cd $CPPUTEST_BUILD_DIR && ../scripts/travis_ci_build.sh workflows: basic-build-and-test: