Skip to content

Instantly share code, notes, and snippets.

@pjvds
Forked from wunki/wercker.yml
Last active December 18, 2015 18:30
Show Gist options
  • Save pjvds/5826472 to your computer and use it in GitHub Desktop.
Save pjvds/5826472 to your computer and use it in GitHub Desktop.
box: pjvds/scala
services:
- wercker/postgresql
- wercker/rabbitmq
- wercker/redis
build:
steps:
- script:
name: install clojure
code: |
sudo wget -O /usr/local/bin/lein https://raw.github.com/technomancy/leiningen/stable/bin/lein
sudo chmod +x /usr/local/bin/lein
- script:
name: run tests
code: |
lein test
- script:
name: build
code: |
lein uberjar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment