Open
Description
Previous ID | SR-10990 |
Radar | None |
Original Reporter | @spevans |
Type | Task |
Additional Detail from JIRA
Votes | 0 |
Component/s | Foundation, Project Infrastructure |
Labels | Task |
Assignee | @shahmishal |
Priority | Medium |
md5: 075b81ce8a35e3e69b32a9c70eacb204
Issue Description:
Would it be possible to setup a new swift-ci target, say darwin-compat
on the swift-corelibs-foundation
repository.
has a script added to run the tests using the DarwinCompatibilityTests
xcode project (https://github.com/apple/swift-corelibs-foundation/pull/2335/files#diff-a694b85a6c1927adc9d5e8842a60f2ce)
Im not sure how these are setup in Jenkins, it would require the
latest snapshot to be downloaded and installed as part of the test run and then it can be be run with DarwinCompatibilityTests/xcode-build.sh
If anything in the script needs to be changed thats not a problem. The script is currently setup to just run tests that currently work.