Skip to content

Docker image for development, build and continuous integration with scala and coursier.

License

Notifications You must be signed in to change notification settings

zifeo/sbt-scala-coursier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Docker sbt-scala image

Docker image for continuous sbt-scala integration testing. Coursier sbt plugin is included for faster artefacts fetching.

Available versions: sbt 0.13.12 scala 2.11.8 (latest)

Getting started

docker run -it --rm zifeo/sbt-scala
  • or build from this sources
docker build github.com/zifeo/docker-sbt-scala

Gitlab-CI example

image: zifeo/sbt-scala:latest

project:
  script:
  - sbt clean test

License

Forked from scala-sbt under the Apache 2.0 License with updated versions and inclusions.

About

Docker image for development, build and continuous integration with scala and coursier.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published