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

What is the most convenient way to execute ember-try builds concurrently on Linux? #40

Closed
ghost opened this issue Aug 23, 2015 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 23, 2015

No description provided.

@mike-north
Copy link
Member

The way ember-try works is not conducive to scenarios being run in parallel (the bower.json is modified, dependencies are satisfied, tests are run, etc...) in a single working copy.

You would have to create an independent working copy for each scenario you'd want to test or something (see: travis-ci's "build matrix" for an practical example).

@ghost
Copy link
Author

ghost commented Aug 23, 2015

Ok, thanks for taking the time to explain! :)

luxzeitlos pushed a commit to luxzeitlos/ember-try that referenced this issue Sep 27, 2017
* working

* cleanup

* leave existing non-dynamic local-class alone for efficiency

* fix double handlebars

* Additional testing and support for ConcatStatements
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants