Fork me on GitHub
#cljsrn
<
2016-01-03
>
artemyarulin06:01:58

Does anyone tried to setup CI for clojurescript/reactNative? I mean I know how to make, I just wonder what services you are using? I’m fan of CircleCI and I have multiple project there already, but looks like it’s not free anymore for mobile 😞

mfikes14:01:59

@artemyarulin: Dang. I’ve been using the mobile CircleCI setup for Planck for free and it is still working. Perhaps it falls under the 1 free container offering.

artemyarulin19:01:33

@mfikes: Hm, it used to be free indeed and maybe still, but in near feature - nope 😞 Mobile testing is a separate service, you can see it here: https://circleci.com/gh/organizations/USE-YOUR-USER-ID/settings#containers, and at the end of a page they say:

What if we’re building open-source?
Please reach out to our team at  - we’re happy to provide significant discounts for open-source projects!

artemyarulin19:01:49

I dropped them a message in a twitter - maybe they can support ClojureScript and enable one account for example for this organisation https://github.com/cljsrn. If someone have any friends in CircleCI - can you ask?

mfikes19:01:44

@artemyarulin: Cool. I'm abusing the mobile CircleCI offering, just because it uses OS X and has Xcode :)

artemyarulin19:01:34

not sure - but looks like Travis is free for open source

artemyarulin19:01:52

and it has support of everything, android, ios

artemyarulin22:01:24

@mfikes: btw - what do you use to record the video with demos? Thinking about writing one

mfikes23:01:47

ScreenFlow

artemyarulin23:01:26

Finally was able to finalise https://github.com/artemyarulin/om-next-cross-platform-template to some alpha state. If you are into cross-platform development (ios + android + browser) and om-next, check this out. Any feedback are very welcome

artemyarulin23:01:40

and another small thing https://github.com/artemyarulin/ktoa/releases/tag/0.1.0 has a support of persisting state on a disk which makes real time state sync between clients possible. Maybe someone would find it useful