Skip to content

Commit

Permalink
Merge pull request #721 from g-oikonomou/relocate-gnurl78
Browse files Browse the repository at this point in the history
Download the RL 78 toolchain from a different URL
  • Loading branch information
adamdunkels committed Jun 12, 2014
2 parents cff30a3 + 9df2572 commit 60e8b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -18,7 +18,7 @@ before_script:

## Install RL78 GCC chain (following the instructions in platform/eval-adf7xxxmb4z/README.md)
- "sudo apt-get install libncurses5:i386 zlib1g:i386 || true"
- "wget https://dl.dropboxusercontent.com/u/60522916/gnurl78-v13.02-elf_1-2_i386.deb && sudo dpkg -i gnurl78*.deb || true"
- "wget http://adamdunkels.github.io/contiki-fork/gnurl78-v13.02-elf_1-2_i386.deb && sudo dpkg -i gnurl78*.deb || true"

## Install SDCC from a purpose-built bundle
- "[ ${BUILD_ARCH:-0} = 8051 ] && curl -s \
Expand Down

0 comments on commit 60e8b29

Please sign in to comment.