Skip to content
Personal
Open source
Business
Explore
Sign up
Sign in
Pricing
Blog
Support
Search GitHub
This repository
Watch
131
Star
328
Fork
397
Smoothieware
/
Smoothieware
Code
Issues
31
Pull requests
7
Wiki
Pulse
Graphs
Permalink
Browse files
try using gcc from repo
Loading branch information
...
1 parent
9dac876
commit
96a78b0754be71bbd03dda784377cd10ed24d3ec
wolfmanjm
committed
Dec 1, 2015
Unified
Split
Showing
2 changed files
with
3 additions
and
2 deletions
.
+2
−2
.travis.yml
+1
−0
travis_install
Show notes
View
4
.travis.yml
@@ -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
Show notes
View
1
travis_install
@@ -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
Toggle all file notes
0 comments on commit
96a78b0
Please
sign in
to comment.
Something went wrong with that request. Please try again.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
96a78b0