mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-01-13 16:29:48 -05:00
Travis debugging.
This commit is contained in:
parent
6df906b9da
commit
bdbe3146be
@ -5,14 +5,13 @@ cache: apt
|
|||||||
before_script:
|
before_script:
|
||||||
- wget https://launchpad.net/gcc-arm-embedded/5.0/5-2015-q4-major/+download/gcc-arm-none-eabi-5_2-2015q4-20151219-linux.tar.bz2 -O /tmp/gcc-arm.tar.bz2
|
- wget https://launchpad.net/gcc-arm-embedded/5.0/5-2015-q4-major/+download/gcc-arm-none-eabi-5_2-2015q4-20151219-linux.tar.bz2 -O /tmp/gcc-arm.tar.bz2
|
||||||
- tar -xf /tmp/gcc-arm.tar.bz2
|
- tar -xf /tmp/gcc-arm.tar.bz2
|
||||||
- ls -l gcc-arm-none-eabi-5_2-2015q4/bin
|
|
||||||
- export PATH=$PWD/gcc-arm-none-eabi-5_2-2015q4/bin:$PATH
|
- export PATH=$PWD/gcc-arm-none-eabi-5_2-2015q4/bin:$PATH
|
||||||
- echo $PATH
|
|
||||||
- export CC="arm-none-eabi-gcc"
|
- export CC="arm-none-eabi-gcc"
|
||||||
- export CXX="arm-none-eabi-g++"
|
- export CXX="arm-none-eabi-g++"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
# TODO: Introduce top-level Makefile, this is lame.
|
# TODO: Introduce top-level Makefile, this is lame.
|
||||||
|
- echo $PATH
|
||||||
- pushd firmware/
|
- pushd firmware/
|
||||||
- make release
|
- make release
|
||||||
- popd
|
- popd
|
||||||
|
Loading…
Reference in New Issue
Block a user