File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 8
8
- make $TARGET
9
9
env :
10
10
matrix :
11
- - CLOJURE_VERSION=1.8 TARGET=test
12
- - CLOJURE_VERSION=1.9 TARGET=test
13
- - CLOJURE_VERSION=1.10 TARGET=test
11
+ - CLOJURE_VERSION=1.8 TARGET=' test smoketest'
12
+ - CLOJURE_VERSION=1.9 TARGET=' test smoketest'
13
+ - CLOJURE_VERSION=1.10 TARGET=' test smoketest'
14
14
global :
15
15
- secure : " bCp4gU7XgeqLnqKwEpJarnKPbGljHyLE2rZnub4mEHD8kcvh6LoEkG/2QCtnSETj8zrQJwyMuEDGUwPgjmzQ/aEn6UiIYmv7ka6QnLBxOxhqQTbDtG7HssfkeT5b67LgOyQX7ejK88vnmH+OeWXM7kOOvUwVy5BVgsYyr2f1cGU="
16
16
- secure : " D2Ie7dUZ9nQOIWtkRl2XWZeijSL8expUXP3GziSqQV1scJzwexxnUsRvWOkc2YU8+6IIGz9tcyt9RrEFUVF31VZgRSHh8P5rGGCzI2l99djKhYFfSErElwgoAJZFtOzougZK66/Gtb5uDo5L/wlKHkl4st3miqm+mEvfJITDjRQ="
42
42
jdk : openjdk11
43
43
after_success : bash <(curl -s https://codecov.io/bash) -f target/coverage/codecov.json
44
44
45
+ # Test Clojure master against a single JDK
46
+ - stage : test
47
+ env : CLOJURE_VERSION=master TARGET='test smoketest'
48
+ jdk : openjdk11
49
+
45
50
# Eastwood linter
46
51
- stage : check
47
52
env : CLOJURE_VERSION=1.10 TARGET=eastwood
59
64
60
65
fast_finish : true # don't wait for allowed failures before build finish
61
66
allow_failures :
62
- - env : CLOJURE_VERSION=master TARGET=test
63
- - env : CLOJURE_VERSION=1.10 TARGET=cloverage
64
67
- jdk : openjdk-ea
68
+ - env : CLOJURE_VERSION=master TARGET='test smoketest'
69
+ - env : CLOJURE_VERSION=1.10 TARGET=cloverage
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ JAVA_VERSION = $(shell lein with-profile +sysutils \
12
12
13
13
source-deps : .source-deps
14
14
15
- test : .source-deps smoketest
15
+ test : .source-deps
16
16
lein with-profile +$(CLOJURE_VERSION ) ,+plugin.mranderson/config test
17
17
18
18
eastwood :
You can’t perform that action at this time.
0 commit comments