added xcode 9.2 and some logging

This commit is contained in:
merlokk 2017-12-24 00:28:38 +02:00
parent 1e431c5d36
commit b1c0f02098
2 changed files with 5 additions and 3 deletions

View file

@ -12,9 +12,9 @@ matrix:
- os: osx - os: osx
osx_image: xcode8.3 # OS X 10.12 osx_image: xcode8.3 # OS X 10.12
- os: osx - os: osx
osx_image: xcode9 # OS X 10.13 osx_image: xcode9 # OS X 10.12
- os: osx - os: osx
osx_image: xcode9.1 # OS X 10.13.1 osx_image: xcode9.2 # OS X 10.12
- os: linux - os: linux
dist: trusty dist: trusty
sudo: required sudo: required
@ -23,6 +23,7 @@ before_install:
## Install ARM toolchain on Linux. ## Install ARM toolchain on Linux.
## add our homebrew tap for MacOS ## add our homebrew tap for MacOS
## Note: all dependencies on MacOS should be resolved by the brew install command ## Note: all dependencies on MacOS should be resolved by the brew install command
echo $REPOSITORY_EP;
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt-get update -qq; sudo apt-get update -qq;
sudo apt-get install -y gcc-arm-none-eabi; sudo apt-get install -y gcc-arm-none-eabi;
@ -31,7 +32,7 @@ before_install:
if [[ "$REPOSITORY_EP" == "" ]]; then if [[ "$REPOSITORY_EP" == "" ]]; then
brew tap proxmark/proxmark3; brew tap proxmark/proxmark3;
else else
brew tap "$REPOSITORY_EP"; brew tap "$REPOSITORY_EP" --env=std;
fi fi
fi fi

View file

@ -1,2 +1,3 @@
hf mf hardnested t 1 000000000000 hf mf hardnested t 1 000000000000
hf emv test
exit exit