Skip to content

Commit

Permalink
Merge pull request #74 from hdhoang/make-experience
Browse files Browse the repository at this point in the history
Improve developer experience
  • Loading branch information
ah- authored Oct 2, 2018
2 parents dbd51bf + bb32117 commit 355a73a
Show file tree
Hide file tree
Showing 6 changed files with 406 additions and 20 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
*~
*#
.gdb_history
Cargo.lock
*.bin
*.dfu
target/
Expand Down
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,16 @@ before_install:
echo "Only docs were updated, stopping build process."
exit
fi
- "if [ ${TRAVIS_OS_NAME} = 'osx' ]; then brew tap mbartling/gcc-arm-none-eabi; fi"
- "if [ ${TRAVIS_OS_NAME} = 'osx' ]; then brew install gcc-arm-none-eabi; fi"
install:
- bash ./scripts/install.sh
- export PATH="$PATH:$PWD/gcc/bin"

script:
- make bloat
- make
- cargo fmt --all -- --check
- cargo build --features use_semihosting
- make bloat
- cargo fmt --all -- --check

cache:
cargo: true
Expand Down
Loading

0 comments on commit 355a73a

Please sign in to comment.