Verified Commit 8d7c3231 authored by Marcin Moskal's avatar Marcin Moskal
Browse files

Add Gitlab CI pipeline configuration

1 merge request!1Add basic knowledge base support
Pipeline #29 canceled with stage
Showing with 20 additions and 2 deletions
+20 -2
image: hseeberger/scala-sbt:8u181_2.12.6_1.2.1
variables:
SBT_OPTS: "-Dsbt.global.base=sbt-cache/sbtboot -Dsbt.boot.directory=sbt-cache/boot -Dsbt.ivy.home=sbt-cache/ivy"
cache:
untracked: true
paths:
- "sbt-cache/ivy/cache"
- "sbt-cache/boot"
- "sbt-cache/sbtboot"
- "sbt-cache/target"
test:
script:
- sbt clean coverage test coverageReport
coverage: '/Coverage was \[\d+.\d+\%\]/'
......@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
inThisBuild(List(
organization := "pl.edu.agh.kis.eis",
scalaVersion := "2.12.5",
scalaVersion := "2.12.6",
version := "0.1.0-SNAPSHOT"
)),
name := "Neighborhood Description Language",
......
sbt.version=1.1.1
sbt.version=1.2.1
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.5.1")
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment