mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-26 10:33:15 +03:00
travis: drop hidapi install (not needed)
This commit is contained in:
parent
9f0f64dd45
commit
7c9b1888a5
@ -41,7 +41,7 @@ install:
|
||||
git clone https://github.com/aurelien-rainone/macdeployqtfix.git
|
||||
brew install qt5 swig
|
||||
brew link qt5 -f
|
||||
brew install ykpers libyubikey hidapi libusb
|
||||
brew install ykpers libyubikey libusb
|
||||
# Build Python 3 with --enable-framework, to be able to distribute it in a .app bundle
|
||||
brew upgrade pyenv
|
||||
eval "$(pyenv init -)"
|
||||
@ -91,7 +91,6 @@ after_success:
|
||||
find /usr/local/Cellar/json-c/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';'
|
||||
find /usr/local/Cellar/ykpers/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';'
|
||||
find /usr/local/Cellar/libyubikey/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';'
|
||||
find /usr/local/Cellar/hidapi/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';'
|
||||
find /usr/local/Cellar/libusb/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';'
|
||||
find /usr/local/Cellar/openssl/ -name '*.dylib' -exec cp '{}' yubioath-desktop.app/Contents/Frameworks/ ';'
|
||||
# Copy Python framework
|
||||
|
Loading…
Reference in New Issue
Block a user