]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - .travis.yml
FIX: @wllm-rbnt 's typo fixes
[proxmark3-svn] / .travis.yml
index 08cc83fddc7e9d4cf2f8e2638597451aed73a182..8ff92fdff2e9cfdb847b9242d86030dc4d41bad6 100644 (file)
@@ -1,6 +1,16 @@
 # Travis-CI Build for Iceman Fork / Proxmark3
 language: c
+
 #install:
 compiler: gcc
 
-script: make clean && make all
\ No newline at end of file
+## Install mainline ARM toolchain.  gcc-arm-none-eabi is available
+## in Ubuntu >= 14.04, but this external PPA is needed for 12.04.
+before_script:
+  - sudo apt-add-repository 'deb http://archive.ubuntu.com/ubuntu trusty main universe multiverse restricted'
+  - sudo apt-get update -qq
+  - sudo apt-get install -y gcc-arm-none-eabi
+  - git fetch --all
+
+  #make command
+script: "make all UBUNTU_1404_QT4=1"
\ No newline at end of file
Impressum, Datenschutz