ankushg
11/19/2022, 12:03 AMxcodebuild
as a task from Gradle?
I’ve got a suite of Swift tests that consume my KMP artifact, and I’d like to include them as a dependency of my check
or test
tasks, and have them run as part of a Gradle continuous buildrusshwolf
11/19/2022, 3:11 AMrusshwolf
11/19/2022, 3:13 AMexec {
commandLine("xcodebuild", "arg1", "arg2")
}
inside a task actionankushg
11/19/2022, 4:05 AM