12
.travis.yml
12
.travis.yml
@@ -42,7 +42,7 @@ install:
|
||||
brew install --HEAD proxmark3;
|
||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
make clean;
|
||||
make all;
|
||||
make all V=1;
|
||||
fi
|
||||
|
||||
before_script:
|
||||
@@ -50,8 +50,16 @@ before_script:
|
||||
|
||||
script:
|
||||
## start and run a test script
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
proxmark3 -h ;
|
||||
# cd /Users/travis/Library/Caches/Homebrew/proxmark3--git;
|
||||
# chmod +x pm3test.sh;
|
||||
# pwd;
|
||||
# ls -la;
|
||||
# cd client;
|
||||
# ls-la;
|
||||
# cd ..;
|
||||
# ./pm3test.sh;
|
||||
elif [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
./pm3test.sh;
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user