Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a build matrix to support multiple version of React Native and OSs #345

Merged
merged 42 commits into from
Oct 18, 2017
Merged
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift click to select a range
f1e21eb
testing buildmatrix on a feature branch
rotemmiz Oct 3, 2017
0100069
build Detox on multiple Xcode versions
rotemmiz Oct 3, 2017
6e195f7
build Detox on multiple Xcode versions
rotemmiz Oct 3, 2017
6158a2e
CIDD
rotemmiz Oct 3, 2017
7782be2
CIDD
rotemmiz Oct 3, 2017
634680b
CIDD
rotemmiz Oct 3, 2017
0ef1a18
CIDD
rotemmiz Oct 3, 2017
7599d92
CIDD
rotemmiz Oct 3, 2017
d0a498a
CIDD
rotemmiz Oct 3, 2017
6709163
CIDD
rotemmiz Oct 3, 2017
d8cd344
CIDD
rotemmiz Oct 3, 2017
a173ee5
CIDD
rotemmiz Oct 3, 2017
c36ff99
lang to node
rotemmiz Oct 6, 2017
fe7188f
CIDD
rotemmiz Oct 6, 2017
c9018b8
CIDD
rotemmiz Oct 6, 2017
5d8c293
CIDD
rotemmiz Oct 6, 2017
8989ae5
CIDD
rotemmiz Oct 6, 2017
e328033
CIDD
rotemmiz Oct 6, 2017
83510bc
CIDD
rotemmiz Oct 6, 2017
62834bf
CIDD
rotemmiz Oct 6, 2017
d7713d1
CIDD
rotemmiz Oct 6, 2017
8b3517d
CIDD
rotemmiz Oct 6, 2017
1856d41
CIDD
rotemmiz Oct 6, 2017
92dba07
CIDD
rotemmiz Oct 6, 2017
ca69cbc
CIDD
rotemmiz Oct 6, 2017
bff00be
CIDD
rotemmiz Oct 6, 2017
2630432
CIDD
rotemmiz Oct 6, 2017
4377023
CIDD
rotemmiz Oct 6, 2017
7db24cb
CIDD
rotemmiz Oct 6, 2017
6d13539
CIDD
rotemmiz Oct 6, 2017
d70a138
Upgraded test proj to RN49
rotemmiz Oct 13, 2017
5e6510c
Cont...
rotemmiz Oct 13, 2017
3192050
cont...
rotemmiz Oct 13, 2017
9b3ef85
CIDD - revert this
rotemmiz Oct 13, 2017
0926952
CIDD - why doesn't it work on Xcode9 ?
rotemmiz Oct 13, 2017
4eb7728
travis linux `sh` doesn't support pushd
rotemmiz Oct 13, 2017
a9e8ef0
create android emulator pre-test
rotemmiz Oct 13, 2017
a7dcc54
create android emulator pre-test
rotemmiz Oct 13, 2017
8a75dc1
CIDD
rotemmiz Oct 13, 2017
6577cc5
Merge branch 'master' into buildmatrix
rotemmiz Oct 18, 2017
7f09c91
only build master automatically
rotemmiz Oct 18, 2017
b61a7d8
split this task in to two, first ios matrix, then add Android
rotemmiz Oct 18, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
CIDD
  • Loading branch information
rotemmiz committed Oct 13, 2017
commit 67091630ad5b9bdc41c90af43bb55477aaf8890b
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 3,14 @@ language: objective-c
matrix:
include:
- osx_image: xcode8.3
- env:
- REACT_NATIVE_VERSION="0.44.2"
- REACT_NATIVE_VERSION="0.48.4"
- osx_image: xcode9
- env:
- REACT_NATIVE_VERSION="0.44.2"
- REACT_NATIVE_VERSION="0.48.4"
- env:
- REACT_NATIVE_VERSION="0.44.2"
- REACT_NATIVE_VERSION="0.48.4"


branches:
only:
Expand Down