mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-29 19:18:35 -07:00
added REPOSITORY_EP var
This commit is contained in:
parent
b35c11f95e
commit
b6c370f171
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
||||||
# Travis-CI config
|
# Travis-CI config
|
||||||
|
# variable REPOSITORY_EP must be filled with repository name. as sample: "merlokk/proxmark3"
|
||||||
language: c
|
language: c
|
||||||
|
|
||||||
compiler: gcc
|
compiler: gcc
|
||||||
|
@ -27,7 +28,7 @@ before_install:
|
||||||
sudo apt-get install -y gcc-arm-none-eabi;
|
sudo apt-get install -y gcc-arm-none-eabi;
|
||||||
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
elif [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
brew update;
|
brew update;
|
||||||
brew tap pwpiwi/proxmark3;
|
brew tap "$REPOSITORY_EP";
|
||||||
fi
|
fi
|
||||||
|
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue