Skip to content
This repository has been archived by the owner on Feb 3, 2025. It is now read-only.

Commit

Permalink
adding drone.yml file for build
Browse files Browse the repository at this point in the history
  • Loading branch information
christianblunden committed Jan 9, 2019
1 parent a0f249d commit 0cda3f8
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
pipeline:

test:
when:
event: push
image: registry.usw.co/uswitch/clojure-leiningen:2.8.1
commands:
- lein test

build:
when:
event: push
image: registry.usw.co/uswitch/clojure-leiningen:2.8.1
commands:
- lein jar

0 comments on commit 0cda3f8

Please sign in to comment.