]> git.zerfleddert.de Git - proxmark3-svn/blame - .travis.yml
CHG: this makefile should compile on Ubuntu 1404 without problems. The QT4-5 detect...
[proxmark3-svn] / .travis.yml
CommitLineData
daa93f2a 1# Travis-CI Build for Iceman Fork / Proxmark3
2language: c
30207336 3
daa93f2a 4#install:
5compiler: gcc
6
30207336 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.
9before_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
74d3f41b 13 - git fetch --all
30207336 14
15 #make command
74d3f41b 16script: "make all UBUNTU_1404_QT4=1"
Impressum, Datenschutz