1 Star 0 Fork 0

Gemini/swift-case-paths

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Makefile 312 Bytes
一键复制 编辑 原始数据 按行查看 历史
test-all: test-linux test-swift
test-linux:
docker run \
--rm \
-v "$(PWD):$(PWD)" \
-w "$(PWD)" \
swift:5.3 \
bash -c 'make test-swift'
test-swift:
swift test \
--enable-test-discovery \
--parallel
format:
swift format --in-place --recursive .
.PHONY: format test-all test-linux test-swift
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/BitBuilder/swift-case-paths.git
git@gitee.com:BitBuilder/swift-case-paths.git
BitBuilder
swift-case-paths
swift-case-paths
main

搜索帮助