mirror of https://github.com/rusefi/cantact-fw.git
attempting to fix path issue
This commit is contained in:
parent
db9175a3b8
commit
9e8ea404d9
|
@ -4,11 +4,12 @@ notifications:
|
||||||
language: c
|
language: c
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- echo 'Installing gcc-arm-none-eabi...'
|
- @echo 'Installing gcc-arm-none-eabi...'
|
||||||
- travis_retry wget https://launchpad.net/gcc-arm-embedded/4.8/4.8-2014-q2-update/+download/gcc-arm-none-eabi-4_8-2014q2-20140609-linux.tar.bz2 -O gcc-arm-none-eabi.tar.bz2
|
- travis_retry wget https://launchpad.net/gcc-arm-embedded/4.8/4.8-2014-q2-update/+download/gcc-arm-none-eabi-4_8-2014q2-20140609-linux.tar.bz2 -O gcc-arm-none-eabi.tar.bz2
|
||||||
- mkdir -p gcc-arm-none-eabi
|
- mkdir -p gcc-arm-none-eabi
|
||||||
- tar xjf gcc-arm-none-eabi.tar.bz2 -C gcc-arm-none-eabi --strip-components 1
|
- tar xjf gcc-arm-none-eabi.tar.bz2 -C gcc-arm-none-eabi --strip-components 1
|
||||||
- export PATH=$PATH:$PWD/gcc-arm-none-eabi/bin/
|
- export PATH=$PATH:$PWD/gcc-arm-none-eabi/bin/
|
||||||
- echo 'Installed gcc-arm-none-eabi.'
|
- echo $PATH
|
||||||
|
- @echo 'Installed gcc-arm-none-eabi.'
|
||||||
|
|
||||||
script: make
|
script: make
|
Loading…
Reference in New Issue