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

Allows running spec within Docker container #3441

Merged
merged 1 commit into from Oct 20, 2016
Merged

Allows running spec within Docker container #3441

merged 1 commit into from Oct 20, 2016

Commits on Oct 19, 2016

  1. Allows running specs within Docker container

    `crystal spec` commands now supports JUnit XML output, which requires
    libxml2 to be installed.
    
    With current defaults, the command fails due missing `libxml2-dev`
    dependencies in the image.
    
    This change ensures `libxml2-dev` is installed along the other
    dependencies so can be used for both building executables and running
    specs.
    
    Also includes `libyaml-dev` so any attempt to using `yaml` works
    out of the box.
    luislavena committed Oct 19, 2016
    Configuration menu
    Copy the full SHA
    f44b456 View commit details
    Browse the repository at this point in the history