1 # Travis-CI Build for Iceman Fork / Proxmark3
4 #default linux build env is: Ubuntu 14.04 trusty
11 # multi platform build test
13 # LINUX : Using trusty beta build environment, based on Ubuntu 14.04
22 # MAC OS - dependencies?
24 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
26 ## Install mainline ARM toolchain. gcc-arm-none-eabi is available
27 ## in Ubuntu >= 14.04, but this external PPA is needed for 12.04.
29 - sudo apt-add-repository 'deb http://archive.ubuntu.com/ubuntu trusty main universe multiverse restricted';
30 - sudo apt-get update -qq;
31 - sudo apt-get install -y gcc-arm-none-eabi;