I can't build / document currently
cache:
key: ${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHA}
cache:
key: ${CI_COMMIT_REF_SLUG}-${CI_COMMIT_SHA}
-prebuild:
- mkdir -p $(build_path)
-
-build: prebuild
swift build --build-path $(build_path) --configuration $(configuration)
install: build
swift build --build-path $(build_path) --configuration $(configuration)
install: build
lint:
cd Sources && swiftlint
lint:
cd Sources && swiftlint
sourcekitten doc --spm-module $(source_binary_name) > $(build_path)/$(source_binary_name).json
jazzy \
-s $(build_path)/$(source_binary_name).json \
sourcekitten doc --spm-module $(source_binary_name) > $(build_path)/$(source_binary_name).json
jazzy \
-s $(build_path)/$(source_binary_name).json \