NijiDigital / gyro

Tool to generate Realm.io models for Swift, Java & ObjC from xcdatamodel and its visual Xcode editor
Apache License 2.0
93 stars 15 forks source link

WIP: circleci version 2 migration #63

Closed StevenWatremez closed 6 years ago

StevenWatremez commented 6 years ago

This PR is the WIP migration from circleCi 1 to 2. I need additional tests to succeed env management inside rakefile. fix #60

StevenWatremez commented 6 years ago

It's ok for me but I have a question about ruby docker image for CI. I wanted to fix docker image to circleci/ruby:2.0.0 but circle-ci have no docker image for ruby < 2.2. So I changed this image to target latest but we won't able to test ruby 2.0.0 compat.

AliSoftware commented 6 years ago

Ah, damn. I'll ask about the docker image to my contacts at Circle on slack

AliSoftware commented 6 years ago

Quoting Danielle:

We mirror the official ruby image tags :/ you may have to build an image yourself for that

Probably not worth the hassle though.

StevenWatremez commented 6 years ago

Bad news for docker image. I am agree with you, it's not worth to maintain by ourselves.

StevenWatremez commented 6 years ago

Ok I implement workflows but github waiting for circleci status. I found a documentation about this but I am not able to access gyro settings.

StevenWatremez commented 6 years ago

I think before merging this PR, it will be useful to squash it into one commit.