Skip to content

Commit

Permalink
try using gcc from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfmanjm committed Dec 2, 2015
1 parent 9dac876 commit 96a78b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
before_script:
- ./travis_install
- export PATH=$PATH:$PWD/gcc-arm-none-eabi/bin
- sudo apt-get update -qq
- sudo apt-get install -y gcc-arm-none-eabi

script: make

Expand Down
1 change: 1 addition & 0 deletions travis_install
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,4 @@ RunAndLog mv $GCC4ARM_EXTRACT $GCC4ARM_DIR

echo Cleaning up intermediate files...
RunAndLog rm $GCC4ARM_TAR
echo Installed build tools to $GCC4ARM_DIR

0 comments on commit 96a78b0

Please sign in to comment.