Skip to content

Commit

Permalink
Commented out the running of the circleCI for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Bas Vodde committed Aug 26, 2022
1 parent 2f2632f commit 5294932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5294932

Please sign in to comment.