Skip to content

Instantly share code, notes, and snippets.

@andyscott
Created May 22, 2013 01:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andyscott/5624605 to your computer and use it in GitHub Desktop.
Save andyscott/5624605 to your computer and use it in GitHub Desktop.
circle.yml for sbt 0.12.3
machine:
timezone:
US/Pacific
## Customize checkout
checkout:
post:
- git submodule update --init # use submodules
dependencies:
pre:
- wget http://repo.typesafe.com/typesafe/ivy-releases/org.scala-sbt/sbt-launch//0.12.3/sbt-launch.jar
- mkdir -p ~/.sbt/.lib/0.12.3/
- mv sbt-launch.jar ~/.sbt/.lib/0.12.3/
test:
override:
- sbt compile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment