mirror of https://github.com/rusefi/cantact-fw.git
fixing missing config problem
This commit is contained in:
parent
4de4954d5e
commit
226c1c9ec9
|
@ -4,12 +4,10 @@ notifications:
|
|||
language: c
|
||||
|
||||
before_script:
|
||||
- @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
|
||||
- mkdir -p gcc-arm-none-eabi
|
||||
- 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/
|
||||
- echo $PATH
|
||||
- @echo 'Installed gcc-arm-none-eabi.'
|
||||
|
||||
script: make BUILD_NUMBER=%{build_number}
|
Loading…
Reference in New Issue