Updated the "run" task in the Makefile file to define the debug log level.
This commit is contained in:
parent
fd7dd9bd01
commit
de2e2dd656
2
Makefile
2
Makefile
@ -37,7 +37,7 @@ build: ## Builds the project locally.
|
||||
@swift build -c release
|
||||
|
||||
run: build ## Runs the project locally.
|
||||
@swift run doxy --archives-path "$(DOCC_ARCHIVES_FOLDER)"
|
||||
@swift run doxy --archives-path "$(DOCC_ARCHIVES_FOLDER)" --log-level debug
|
||||
|
||||
tests: ## Runs all the test cases of the project.
|
||||
@swift test --enable-swift-testing
|
||||
|
Loading…
x
Reference in New Issue
Block a user