Skip browser tests, and remove mingwX86
This commit is contained in:
parent
04955effe7
commit
744254aa88
@ -84,11 +84,12 @@ kotlin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
browser {
|
browser {
|
||||||
testTask {
|
//Until I figure out how to run headless chrome on travis
|
||||||
useKarma {
|
// testTask {
|
||||||
useChrome()
|
// useKarma {
|
||||||
}
|
// useChrome()
|
||||||
}
|
// }
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
nodejs {
|
nodejs {
|
||||||
testTask {
|
testTask {
|
||||||
@ -143,14 +144,14 @@ kotlin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// No coroutines support for mingwX86
|
||||||
mingwX86() {
|
// mingwX86() {
|
||||||
binaries {
|
// binaries {
|
||||||
staticLib {
|
// staticLib {
|
||||||
|
//
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
linuxArm32Hfp() {
|
linuxArm32Hfp() {
|
||||||
binaries {
|
binaries {
|
||||||
@ -274,18 +275,18 @@ kotlin {
|
|||||||
val linuxTest by getting {
|
val linuxTest by getting {
|
||||||
dependsOn(nativeTest)
|
dependsOn(nativeTest)
|
||||||
}
|
}
|
||||||
|
// Coroutines don't support mingwx86 yet
|
||||||
|
// val mingwX86Main by getting {
|
||||||
|
// dependsOn(commonMain)
|
||||||
|
// dependencies {
|
||||||
|
// implementation(Deps.Native.coroutines)
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
val mingwX86Main by getting {
|
// val mingwX86Test by getting {
|
||||||
dependsOn(commonMain)
|
// dependsOn(commonTest)
|
||||||
dependencies {
|
// }
|
||||||
implementation(Deps.Native.coroutines)
|
//
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
val mingwX86Test by getting {
|
|
||||||
dependsOn(commonTest)
|
|
||||||
}
|
|
||||||
|
|
||||||
val mingwX64Main by getting {
|
val mingwX64Main by getting {
|
||||||
dependsOn(commonMain)
|
dependsOn(commonMain)
|
||||||
dependencies {
|
dependencies {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user