mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-06 16:27:22 +08:00
parent
4a817588ba
commit
655d46993b
1 changed files with 15 additions and 1 deletions
14
.travis.yml
14
.travis.yml
|
@ -4,6 +4,12 @@ language: c
|
||||||
#default linux build env is: xenial
|
#default linux build env is: xenial
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
|
||||||
|
# move some env variables to homebrew env
|
||||||
|
env:
|
||||||
|
global:
|
||||||
|
- HOMEBREW_TRAVIS_BRANCH=$TRAVIS_BRANCH
|
||||||
|
- HOMEBREW_TRAVIS_COMMIT=$TRAVIS_COMMIT
|
||||||
|
|
||||||
# Test on Linux and MacOS
|
# Test on Linux and MacOS
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
@ -19,6 +25,14 @@ addons:
|
||||||
- gcc-arm-none-eabi
|
- gcc-arm-none-eabi
|
||||||
- libnewlib-dev
|
- libnewlib-dev
|
||||||
homebrew:
|
homebrew:
|
||||||
|
packages:
|
||||||
|
- readline
|
||||||
|
- p7zip
|
||||||
|
- libusb-compat
|
||||||
|
- perl
|
||||||
|
- qt5
|
||||||
|
- wget
|
||||||
|
- RfidResearchGroup/proxmark3/arm-none-eabi-gcc
|
||||||
taps: RfidResearchGroup/proxmark3
|
taps: RfidResearchGroup/proxmark3
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue