The Foundation Project, providing core utilities, internationalization, and OS independence
5.3k
stars
1.14k
forks
source link
[SR-10990] Setup a new swit-ci target on swift-corelibs-foundation for Darwin Testing #3302
Open
spevans opened 5 years ago
Additional Detail from JIRA
| | | |------------------|-----------------| |Votes | 0 | |Component/s | Foundation, Project Infrastructure | |Labels | Task | |Assignee | @shahmishal | |Priority | Medium | md5: 075b81ce8a35e3e69b32a9c70eacb204Issue Description:
Would it be possible to setup a new swift-ci target, say
darwin-compat
on theswift-corelibs-foundation
repository.https://github.com/apple/swift-corelibs-foundation/pull/2335
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.