mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Travis, Travis, Travis.
This commit is contained in:
parent
1b8b932542
commit
8f296e6a5e
@ -5,7 +5,8 @@ cache: apt
|
||||
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
|
||||
- tar -xf /tmp/gcc-arm.tar.bz2
|
||||
- export PATH="$PWD/gcc-arm-none-eabi-5_2-2015q4/bin:$PATH"
|
||||
- ls -l
|
||||
- export PATH=$PWD/gcc-arm-none-eabi-5_2-2015q4/bin:$PATH
|
||||
- export CC="arm-none-eabi-gcc"
|
||||
- export CXX="arm-none-eabi-g++"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user