mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 05:13:22 -07:00
add options show
This commit is contained in:
parent
2e35aa3aa7
commit
a36b278fad
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ before_install:
|
||||||
install:
|
install:
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
brew info proxmark3;
|
brew info proxmark3;
|
||||||
|
brew options proxmark3;
|
||||||
brew install -v --HEAD proxmark3;
|
brew install -v --HEAD proxmark3;
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
make all;
|
make all;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue