Base image for building Scala projects on CircleCI.
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.