mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-30 12:00:52 +08:00
fix: TravisCI 34b14f21e9
(@pwpiwi)
This commit is contained in:
parent
08c65427bc
commit
9b60b269a3
1 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@ before_install:
|
|||
sudo apt-get update -qq;
|
||||
sudo apt-get install -y gcc-arm-none-eabi;
|
||||
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
brew update;
|
||||
brew tap iceman1001/proxmark3;
|
||||
fi
|
||||
|
||||
|
@ -36,7 +37,7 @@ install:
|
|||
before_script:
|
||||
|
||||
script:
|
||||
## for the time being we are satisfied if it can be build and then successfully started
|
||||
## start and run a test script
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
proxmark3 -h ;
|
||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
|
|
Loading…
Reference in a new issue