]>
Commit | Line | Data |
---|---|---|
1 | # Travis-CI Build for Iceman Fork / Proxmark3 | |
2 | language: c | |
3 | ||
4 | #install: | |
5 | compiler: gcc | |
6 | ||
7 | ## Install mainline ARM toolchain. gcc-arm-none-eabi is available | |
8 | ## in Ubuntu >= 14.04, but this external PPA is needed for 12.04. | |
9 | before_script: | |
10 | - sudo apt-add-repository 'deb http://archive.ubuntu.com/ubuntu trusty main universe multiverse restricted' | |
11 | - sudo apt-get update -qq | |
12 | - sudo apt-get install -y gcc-arm-none-eabi | |
13 | ||
14 | #make command | |
15 | script: "make clean && make all UBUNTU_1404_QT4=1" |