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

Add support for Metacello configurations #25

Closed
fniephaus opened this issue Jan 3, 2016 · 2 comments
Closed

Add support for Metacello configurations #25

fniephaus opened this issue Jan 3, 2016 · 2 comments
Assignees

Comments

@fniephaus
Copy link
Member

Some projects (e.g. [1]) use Metacello configurations instead of baselines and therefore, we should add support for configurations to smalltalkCI.
This is related to #21.

[1] https://github.com/frankshearar/Control

@fniephaus
Copy link
Member Author

@frankshearar: I have added support for Metacello configurations to smalltalkCI today.

Since we are still discussing how to configure Smalltalk builds in the future, a Metacello configuration can only be set via command line parameter at the moment.
So once we have a solution you should probably update your project's configuration once more.

The following should now work for your Control project:

language: smalltalk
sudo: false
smalltalk:
  - Squeak-trunk
  - ...

script: $SMALLTALK_CI_HOME/run.sh --mc-config "Control"

frankshearar added a commit to frankshearar/Control that referenced this issue Jan 5, 2016
@frankshearar
Copy link

Thanks very much @fniephaus - works like a charm!

@dalehenrich dalehenrich mentioned this issue Apr 12, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants