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
22.DEFAULT_GOAL := quick-test
33
44# Set bash instead of sh for the @if [[ conditions,
@@ -79,12 +79,6 @@ smoketest: install
7979 lein with-profile -user,-dev,+$(CLOJURE_VERSION) uberjar && \
8080 java -jar target/smoketest-0.1.0-SNAPSHOT-standalone.jar
8181
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-
8882# Deployment is performed via CI by creating a git tag prefixed with "v".
8983# Please do not deploy locally as it skips various measures (particularly around mranderson).
9084deploy : check-env target/srcdeps
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments