mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-04 15:20:27 +08:00
parent
4a817588ba
commit
655d46993b
1 changed files with 15 additions and 1 deletions
16
.travis.yml
16
.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,8 +25,16 @@ 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:
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
brew info proxmark3;
|
brew info proxmark3;
|
||||||
|
|
Loading…
Reference in a new issue