Skip to content

Commit

Permalink
purge obsolete Makefile targets
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie committed Oct 17, 2023
1 parent 0234f17 commit 75df190
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ compile-all: nextflow compile
check:
./gradlew check --warning-mode all

coverage: compile
./gradlew cloverInstrumentCodeForTest

.PHONY: clean test test-all all pkg-test tower-test

test: clean compile check #coverage
Expand Down Expand Up @@ -78,28 +75,13 @@ $(PIPELINE): compile-all

deps:
./gradlew -q ${mm}dependencies
# echo "try 'make deps CONFIG=runtimeClasspath' or 'make deps CONFIG=groovyDoc'"
# ./gradlew -q ${mm}dependencies --configuration ${CONFIG}

deps-all:
./gradlew -q dependencyInsight
# ./gradlew -q ${mm}dependencies --configuration ${CONFIG} --dependency ${module}

#
# Refresh SNAPSHOTs dependencies
#
refresh:
./gradlew --refresh-dependencies dependencies

#
# Run all tests or selected ones
#
#test:
# ./gradlew ${mm}test

test-class:
./gradlew ${mm}test --tests ${class}

fast:
./gradlew ${mm}test --fail-fast || open ./plugins/nf-quilt/build/reports/tests/test/index.html

Expand Down

0 comments on commit 75df190

Please sign in to comment.