Add iosX64 and iosArm64 targets #36

Closed
iliamikulik wants to merge 1 commits from ios-native-targets into master
iliamikulik commented 2022-03-03 13:31:04 +03:00 (Migrated from github.com)

Add iosX64 and iosArm64 targets to nativeTargets.
For more details see issue #464

Add `iosX64` and `iosArm64` targets to `nativeTargets`. For more details see [issue #464](https://github.com/mipt-npm/kmath/issues/464)
CommanderTvis (Migrated from github.com) reviewed 2022-03-04 13:16:31 +03:00
@ -24,2 +24,4 @@
mingwX64(),
macosX64(),
iosX64(),
iosArm64()
CommanderTvis (Migrated from github.com) commented 2022-03-04 13:15:32 +03:00

The problem is that there should be release tasks for each platform to be called in Github Actions scripts. See c80f70fe0f/.github/workflows/publish.yml (L53)

The problem is that there should be `release` tasks for each platform to be called in Github Actions scripts. See https://github.com/mipt-npm/kmath/blob/c80f70fe0fe1823187ad27ee6e2378a6bed3bf29/.github/workflows/publish.yml#L53
CommanderTvis (Migrated from github.com) commented 2022-03-04 13:16:17 +03:00

I can fix this myself after some time.

I can fix this myself after some time.
CommanderTvis commented 2022-03-07 16:44:55 +03:00 (Migrated from github.com)

I've included your commit into #37

I've included your commit into #37

Pull request closed

Sign in to join this conversation.
No description provided.