meteor-launch
meteor-launch copied to clipboard
CircleCI 2.0 example config
Does anyone have a CircleCI 2.0 example config for meteor-launch available (running on MacOS)?
+1
@KoenLav @wvanooijen92 sorry for the late response. I will try to get an example going soon.
@johnthepink do you have any reference doc available that you could share (privately or publicly)? We could work that into an example format ;)
@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?
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.)
Hi, is this project still supported? We are using CircleCI v2 and it would be interested to use it.
@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