mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-01 18:45:10 +08:00
CHG: lets see if I can get the perl script to work if I request "git fetch --all" before running the make command in Travis-CI
This commit is contained in:
parent
7f975d7e17
commit
74d3f41bca
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ 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 clean && make all UBUNTU_1404_QT4=1"
|
||||
script: "make all UBUNTU_1404_QT4=1"
|
Loading…
Reference in a new issue