mirror of
https://github.com/eggman/rtl_ameba_gcc_sample.git
synced 2024-11-01 03:34:17 +00:00
debug travis
This commit is contained in:
parent
2f4cd652ca
commit
f5bf18d855
1 changed files with 2 additions and 2 deletions
|
@ -26,16 +26,16 @@ before_install:
|
||||||
&& if [ "$GCC_VER" = "4.9" ]; then GCC_URL="https://launchpad.net/gcc-arm-embedded/4.9/4.9-2014-q4-major/+download/gcc-arm-none-eabi-4_9-2014q4-20141203-linux.tar.bz2" ; fi
|
&& if [ "$GCC_VER" = "4.9" ]; then GCC_URL="https://launchpad.net/gcc-arm-embedded/4.9/4.9-2014-q4-major/+download/gcc-arm-none-eabi-4_9-2014q4-20141203-linux.tar.bz2" ; fi
|
||||||
&& wget -O gcc.tar.bz2 ${GCC_URL}
|
&& wget -O gcc.tar.bz2 ${GCC_URL}
|
||||||
&& tar -jxf gcc.tar.bz2 --strip 1
|
&& tar -jxf gcc.tar.bz2 --strip 1
|
||||||
|
&& ls-l ~/gcc/bin
|
||||||
&& exportline="export PATH=\$HOME/gcc/bin:\$PATH"
|
&& exportline="export PATH=\$HOME/gcc/bin:\$PATH"
|
||||||
&& if grep -Fxq "$exportline" ~/.profile; then echo nothing to do ; else echo $exportline >> ~/.profile; fi
|
&& if grep -Fxq "$exportline" ~/.profile; then echo nothing to do ; else echo $exportline >> ~/.profile; fi
|
||||||
&& . ~/.profile
|
&& . ~/.profile
|
||||||
&& printenv PATH
|
|
||||||
&& popd
|
&& popd
|
||||||
;
|
;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- export PATH=$PATH:$PWD/gcc/bin
|
- ls -l ~/gcc/bin
|
||||||
- printenv PATH
|
- printenv PATH
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue