Stealing your CI setup #3415
-
Hi there 😅 I was experimenting with extracting CI logic into a https://github.com/capturecontext/swift-package-action. And I'm facing some issues using it in my package repo CaptureContext/swift-interception#2, since I took core implementation from this repo I can't really think of a better place to ask about the issues I have 😄 The problem now is that xcodebuild doesn't see provided build destinations even if it's output with Maybe you faced and fixed it with some excluded Xcodes/Platforms in your workflow or smth, would be cool if you could take a look or maybe even consider creating your own action like this 😎 I'm still thinking about the API, but the general idea behind such extraction is to have a shared set of tools to increase the ergonomics of running tests. Currently you also have a lot of packages with different makefiles and when some approaches evolve you'll have to update everything manually (as well as I would have to do now, but I decided to extract it first c:) I add |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Successfully stolen the setup 😎 Here is a PR with example capturecontext/swift-composable-architecture-ci-explorations/pull/1 Note Examples fail to build due to certificate requirement, but the package is building and tests pass ✅ |
Beta Was this translation helpful? Give feedback.
Successfully stolen the setup 😎
Here is a PR with example capturecontext/swift-composable-architecture-ci-explorations/pull/1
Note
Examples fail to build due to certificate requirement, but the package is building and tests pass ✅