1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2024-11-22 00:03:48 +00:00

rewrite on BOTH for JS

This commit is contained in:
InsanusMokrassar 2020-08-20 10:51:05 +06:00
parent 35bf5b9e9d
commit 3c17a67b01
6 changed files with 6 additions and 11 deletions

View File

@ -8,6 +8,6 @@ jdk: oraclejdk8
jobs: jobs:
include: include:
- stage: build - stage: build
script: ./gradlew build -s -x jvmTest -x jsTest -x jsBrowserTest -x jsNodeTest script: ./gradlew build -s -x jvmTest -x jsIrTest -x jsIrBrowserTest -x jsIrNodeTest -x jsLegacyTest -x jsLegacyBrowserTest -x jsLegacyNodeTest
- state: test - state: test
script: ./gradlew allTests script: ./gradlew allTests

View File

@ -31,10 +31,9 @@ repositories {
kotlin { kotlin {
jvm() jvm()
js(IR) { js(BOTH) {
browser() browser()
nodejs() nodejs()
binaries.executable()
} }
sourceSets { sourceSets {

View File

@ -31,10 +31,9 @@ repositories {
kotlin { kotlin {
jvm() jvm()
js(IR) { js(BOTH) {
browser() browser()
nodejs() nodejs()
binaries.executable()
} }
sourceSets { sourceSets {

View File

@ -31,10 +31,9 @@ repositories {
kotlin { kotlin {
jvm() jvm()
js(IR) { js(BOTH) {
browser() browser()
nodejs() nodejs()
binaries.executable()
} }
sourceSets { sourceSets {

View File

@ -31,10 +31,9 @@ repositories {
kotlin { kotlin {
jvm() jvm()
js(IR) { js(BOTH) {
browser() browser()
nodejs() nodejs()
binaries.executable()
} }
sourceSets { sourceSets {

View File

@ -26,10 +26,9 @@ repositories {
kotlin { kotlin {
jvm() jvm()
js(IR) { js(BOTH) {
browser() browser()
nodejs() nodejs()
binaries.executable()
} }
sourceSets { sourceSets {