Skip to content

Commit

Permalink
chore: add task to generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jeqo committed Oct 23, 2024
1 parent 138ca5e commit 280ed90
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ all: clean build test

clean:
./gradlew clean
rm -f docs/*.rst

checkstyle:
./gradlew checkstyleMain checkstyleTest checkstyleIntegrationTest
Expand All @@ -43,9 +44,14 @@ storage/azure/build/distributions/azure-$(VERSION).tgz:
./gradlew build :storage:azure:distTar -x test -x integrationTest -x e2e:test

.PHONY: docs
docs:
docs: config.rst metrics.rst

config.rst:
./gradlew :docs:genConfigDocs

metrics.rst:
./gradlew :docs:genMetricsDocs

test: build
./gradlew test -x e2e:test

Expand Down

0 comments on commit 280ed90

Please sign in to comment.