mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 22:03:42 -07:00
chg: some of @merlokk 's changes in https://github.com/Proxmark/proxmark3/pull/503
This commit is contained in:
parent
5614066a4e
commit
34f34ecf4e
1 changed files with 6 additions and 0 deletions
|
@ -11,6 +11,10 @@ matrix:
|
||||||
osx_image: xcode7.3 # OS X 10.11
|
osx_image: xcode7.3 # OS X 10.11
|
||||||
- os: osx
|
- os: osx
|
||||||
osx_image: xcode8.3 # OS X 10.12
|
osx_image: xcode8.3 # OS X 10.12
|
||||||
|
- os: osx
|
||||||
|
osx_image: xcode9 # OS X 10.13
|
||||||
|
- os: osx
|
||||||
|
osx_image: xcode9.1 # OS X 10.13.1
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
sudo: required
|
sudo: required
|
||||||
|
@ -29,6 +33,8 @@ before_install:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
|
brew info proxmark3;
|
||||||
|
brew options proxmark3;
|
||||||
brew install --HEAD proxmark3;
|
brew install --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