mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
16 lines
489 B
YAML
16 lines
489 B
YAML
language: objective-c
|
|
xcode_project: Examples/UIExplorer/UIExplorer.xcodeproj
|
|
xcode_scheme: UIExplorer
|
|
xcode_sdk: iphonesimulator8.1
|
|
install:
|
|
- npm install
|
|
- npm test
|
|
|
|
# Automatically publish the website
|
|
script: cd website; npm install; ./setup.sh; ./publish.sh
|
|
env:
|
|
- secure: "g8Xjbslq4R+3oLVgBvXM5QhiJ+7q+H+dH4+sXReyyZ64M5gf32U7oOjQNVkdx79dnGFc6a619otGsX4RiEkQlkiR+4uCgJUIgPwN4YFCIgYu4Z/0FnbbRu5yyywh5zv4WwGmAtMkgGztoMBnps5gCiPUM/RGIqwVk0Ghbmh5c2k="
|
|
branches:
|
|
only:
|
|
- master
|