Skip to content

Commit

Permalink
Merge pull request #63 from Patater/update-mbedtools-cli-again
Browse files Browse the repository at this point in the history
travis: Update mbedtools commands
  • Loading branch information
Patater authored Jul 22, 2021
2 parents 3437f61 + 7e80722 commit 6ae692b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ matrix:
- pip install "Jinja2>=2.10.1,<2.11"
- pip install "intelhex>=1.3,<=2.2.1"
script:
- mbedtools checkout
- echo mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
- mbedtools build -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
- mbedtools deploy
- echo mbedtools compile -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
- mbedtools compile -t GCC_ARM -m ${TARGET_NAME} -b ${PROFILE}
- ccache -s

- <<: *cmake-build-test
Expand Down

0 comments on commit 6ae692b

Please sign in to comment.