Sign inSign up

verdigristech/ci-scala

By verdigristech

Updated almost 8 years ago

Base image for building Scala projects on CircleCI.

Image
0

2.4K

verdigristech/ci-scala repository overview

Build Status Report Issues Join Chat on Slack

Base image for building Scala projects on CircleCI.

Usage

Use this image as a primary container for testing and building Scala projects on CircleCI:

version: 2
jobs:
  test:
    docker:
      - image: verdigristech/ci-scala
    working_directory: ~/myproject
    steps:
      - checkout
      - setup_remote_docker

# Rest of the config.yml for your project
# ...

Copyright © 2018 Verdigris Technologies Inc. All rights reserved.

Tag summary

Content type

Image

Digest

Size

788.7 MB

Last updated

almost 8 years ago

docker pull verdigristech/ci-scala