Skip to content

Add template for Crystal Lang

username-removed-618702 requested to merge phoffer/gitlab-ci-yml:master into master

This adds a CI template for Crystal Lang. It includes one task for the built-in spec library, which is similar to Ruby's RSpec, and includes a task for minitest.cr, which is modeled after Ruby's Minitest.

The template itself is based off the Ruby template. Successful builds can be viewed here for Minitest and here for Spec.

Merge request reports