Skip to content

Commit 6d90475

Browse files
committed
fixup! fixup! fixup! ci: Build kotlin delivery pipeline
1 parent 6a993b1 commit 6d90475

3 files changed

Lines changed: 5 additions & 8 deletions

File tree

.github/workflows/kotlin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: "Build Kotlin Multiplatform bindings"
4141
run: |
42-
/usr/local/bin/task kotlin-multiplatform
42+
/usr/local/bin/task build:android
4343
4444
- name: "Build Android library"
4545
working-directory: libs/gl-sdk-android

Taskfile.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,3 @@ tasks:
7272
cmds:
7373
- cargo clean
7474
- rm -rf .venv
75-
76-
kotlin-multiplatform:
77-
cmds:
78-
- echo DUMMY BUILD

libs/gl-sdk-android/lib/build.gradle.kts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,10 @@ kotlin {
2020
jvm()
2121

2222
val xcf = XCFramework()
23+
/*
2324
listOf(
24-
iosArm64(),
25-
iosSimulatorArm64()
25+
//iosArm64(),
26+
//iosSimulatorArm64()
2627
).forEach {
2728
2829
it.binaries.framework {
@@ -44,7 +45,7 @@ kotlin {
4445
}
4546
}
4647
}
47-
48+
*/
4849
compilerOptions.freeCompilerArgs.add("-Xexpect-actual-classes")
4950

5051
sourceSets {

0 commit comments

Comments
 (0)