Commit 8e60229e authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

doc: change the project pitch sentence

parent 7173c6d0
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
# GitLab CI template for sbt

This project implements a generic GitLab CI template for [sbt](https://www.scala-sbt.org/).
This project implements a GitLab CI/CD template to build, test and analyse your [sbt](https://www.scala-sbt.org/)-based projects.

Languages supported by this build tool are :

@@ -9,8 +9,6 @@ Languages supported by this build tool are :
* [Scala-native](http://www.scala-native.org/)
* [Java](https://en.wikipedia.org/wiki/Java_(programming_language))

It provides several features, usable in different modes (by configuration).

## Usage

In order to include this template in your project, add the following to your `gitlab-ci.yml`:
+1 −1
Original line number Diff line number Diff line
{
  "name": "Scala/SBT",
  "description": "Build and test with [sbt](https://www.scala-sbt.org/)",
  "description": "Build, test and analyse your [sbt](https://www.scala-sbt.org/)-based projects",
  "template_path": "templates/gitlab-ci-sbt.yml",
  "kind": "build",
  "variables": [