meteor-launch icon indicating copy to clipboard operation
meteor-launch copied to clipboard

CircleCI 2.0 example config

Open KoenLav opened this issue 7 years ago • 7 comments

Does anyone have a CircleCI 2.0 example config for meteor-launch available (running on MacOS)?

KoenLav avatar Feb 24 '18 16:02 KoenLav

+1

wvanooijen92 avatar Feb 27 '18 09:02 wvanooijen92

@KoenLav @wvanooijen92 sorry for the late response. I will try to get an example going soon.

johnthepink avatar Mar 02 '18 18:03 johnthepink

@johnthepink do you have any reference doc available that you could share (privately or publicly)? We could work that into an example format ;)

KoenLav avatar Mar 06 '18 10:03 KoenLav

@KoenLav @johnthepink I have been messing around with it for quite a while now. I have forked the react-simple-todos example project. The app is now building using meteor-launch, but signing is still not working. I have created a repository with fastlane sigh and put it (together with launch.json) in a cert repo.

Using OSX default ruby I ran into some troubles therefore I decided to install 2.3.1 using rvm as suggested by fastlane, but no success. I am inclined to fork meteor-launch to be able to edit the fastfile.

Can anyone help me out?

wvanooijen92 avatar Mar 09 '18 09:03 wvanooijen92

Currently stuck at: There are no local code signing identities found. You can run security find-identity -v -p codesigning to get this output. This Stack Overflow thread has more information: https://stackoverflow.com/q/35390072/774. (Check in Keychain Access for an expired WWDR certificate: https://stackoverflow.com/a/35409835/774 has more info.)

KoenLav avatar Mar 13 '18 14:03 KoenLav

Hi, is this project still supported? We are using CircleCI v2 and it would be interested to use it.

Diwei-Chen avatar Jun 29 '18 05:06 Diwei-Chen

@Diwei-Chen I haven't had time to setup a Circle CI config for the project. If you manage to get one going I'd gladly accept a PR. You should be able to use the .travis.yml files in the example repos as a guide. Here's one of them:

https://github.com/johnthepink/launch-basic-example/blob/master/.travis.yml

johnthepink avatar Jun 29 '18 18:06 johnthepink