Add setupEnvironment to Makefile

This commit is contained in:
Christian Treffs 2020-08-04 11:57:12 +02:00
parent 040d1197b0
commit 139e6c23a0
No known key found for this signature in database
GPG Key ID: 49A4B4B460BE3ED4
1 changed files with 7 additions and 1 deletions

View File

@ -53,4 +53,10 @@ cleanArtifacts:
# Test links in README
# requires <https://github.com/tcort/markdown-link-check>
testReadme:
markdown-link-check -p -v ./README.md
markdown-link-check -p -v ./README.md
setupEnvironment:
brew update
brew install swiftenv
brew install swiftlint
brew install sourcery