Bumped the Swift version of the Package file (#14)
This PR contains the work done to bump the Swift compiler version in which the library is being built to `v5.10`. Reviewed-on: #14 Co-authored-by: Javier Cicchelli <javier@rock-n-code.com> Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit was merged in pull request #14.
This commit is contained in:
@@ -19,10 +19,13 @@ export $(shell sed 's/=.*//' $(environment))
|
||||
|
||||
# LIBRARY
|
||||
|
||||
lib-build: ## Builds the project locally
|
||||
lib-build: ## Builds the library
|
||||
@swift build
|
||||
|
||||
lib-test: ## Runs the tests of the library
|
||||
lib-release: ## Releases the library
|
||||
@swift build -c release
|
||||
|
||||
lib-test: ## Runs the unit tests for the library
|
||||
@swift test \
|
||||
--disable-xctest \
|
||||
--enable-code-coverage \
|
||||
|
||||
Reference in New Issue
Block a user