Skip to content

Instantly share code, notes, and snippets.

@notnoopci
Created January 31, 2014 16:07
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 notnoopci/8735133 to your computer and use it in GitHub Desktop.
Save notnoopci/8735133 to your computer and use it in GitHub Desktop.
Circle Recepies
# Sample setting gradle version
dependencies:
cache_directories:
- "~/gradle-1.9"
pre:
- "[[ -d ~/gradle-1.9 ]] || ( curl -L -o /tmp/gradle.zip 'http://services.gradle.org/distributions/gradle-1.9-bin.zip' && unzip -d ~ /tmp/gradle.zip )"
- echo 'export PATH=~/gradle-1.9/bin:$PATH' >> ~/.circlerc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment