File tree Expand file tree Collapse file tree 2 files changed +1
-48
lines changed Expand file tree Collapse file tree 2 files changed +1
-48
lines changed Original file line number Diff line number Diff line change 1
- .PHONY : test quick-test eastwood cljfmt cljfmt-fix install fast-install smoketest deploy clean detect_timeout lint docs test_impl
1
+ .PHONY : test quick-test eastwood cljfmt cljfmt-fix install fast-install smoketest deploy clean lint docs test_impl
2
2
.DEFAULT_GOAL := quick-test
3
3
4
4
# Set bash instead of sh for the @if [[ conditions,
@@ -79,12 +79,6 @@ smoketest: install
79
79
lein with-profile -user,-dev,+$(CLOJURE_VERSION) uberjar && \
80
80
java -jar target/smoketest-0.1.0-SNAPSHOT-standalone.jar
81
81
82
- # Run a background process that prints all JVM stacktraces after five minutes,
83
- # then kills all JVMs, to help diagnose issues with ClojureScript tests getting
84
- # stuck.
85
- detect_timeout :
86
- (bin/ci_detect_timeout & )
87
-
88
82
# Deployment is performed via CI by creating a git tag prefixed with "v".
89
83
# Please do not deploy locally as it skips various measures (particularly around mranderson).
90
84
deploy : check-env target/srcdeps
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments