]>
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 | - git fetch --all | |
14 | ||
15 | #make command | |
16 | #script: "make all UBUNTU_1404_QT4=1" | |
17 | script: "make all" |