forked from hieuvp/react-native-fingerprint-scanner
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from ConnectedHomes/version5.0update
Version5.0update
- Loading branch information
Showing
62 changed files
with
6,057 additions
and
9,940 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
env: | ||
- NODE_ENV='test' | ||
cache: | ||
directories: | ||
- $HOME/.gradle/caches/ | ||
- $HOME/.gradle/wrapper/ | ||
matrix: | ||
include: | ||
- language: objective-c | ||
os: osx | ||
xcode_sdk: iphonesimulator12.2 | ||
osx_image: xcode10.2 | ||
sudo: true | ||
before_install: | ||
- brew install node@10 | ||
- cd examples && make install # install node modules to get podfiles | ||
install: | ||
- cd ios && pod install && cd .. | ||
script: | ||
- make test-ios | ||
- language: android | ||
android: | ||
components: | ||
- tools | ||
- platform-tools | ||
- build-tools-29.0.2 | ||
- android-29 | ||
sudo: true | ||
before_install: | ||
- nvm install --lts | ||
install: true | ||
script: | ||
- cd examples && make test-android | ||
- language: node_js | ||
node_js: lts/* | ||
sudo: false | ||
install: | ||
- cd examples && npm ci | ||
script: react-native bundle --entry-file index.js --bundle-output main.jsbundle |
Oops, something went wrong.