Skip to content
Snippets Groups Projects
Verified Commit 74546879 authored by KitsuneAlex's avatar KitsuneAlex
Browse files

Add support for iOS and Android when building through the CI

parent 029e2cde
No related merge requests found
Pipeline #2078 passed
......@@ -26,6 +26,7 @@ publish:linux:
-DpublishDocs.root=/var/www/docs/multiplatform-openal
clean
publish{KotlinMultiplatform,LinuxX64,LinuxArm64}PublicationToGitlabRepository
publishAndroidNative{X64,Arm64,Arm32}PublicationToGitlabRepository
publishDocs
--no-daemon
--stacktrace
......@@ -57,6 +58,7 @@ publish:macos:
- ./gradlew
clean
publishMacos{X64,Arm64}PublicationToGitlabRepository
publishIos{X64,Arm64,SimulatorArm64}PublicationToGitlabRepository
--no-daemon
--stacktrace
only:
......
# Multiplatform OpenAL
Kotlin/Native bindings for the OpenAL API based on OpenAL Soft with
support for Windows, Linux, macOS, iOS and Android.
\ No newline at end of file
Cross-platform Kotlin/Native bindings for the OpenAL API based on
[openal-soft](https://github.com/kcat/openal-soft).
### Supported platforms
* Windows x64
* Linux x64
* Linux arm64
* macOS x64
* macOS arm64
* iOS x64
* iOS arm64
* Android x64
* Android arm64
* Android arm32
### Consuming the library
In order to consume this library in your Kotlin/Native project, you will need
to first add the corresponding GitLab Package Registry Maven repository to your project.
You can click one of the entries in
[the package registry of this project](https://git.karmakrafts.dev/kk/multiplatform-openal/-/packages/)
to get the repository and artifact informations.
\ No newline at end of file
......@@ -3,10 +3,7 @@ multiplatformOpenAl = "1.0.0"
kotlin = "2.1.0"
kotlinxIo = "0.6.0"
kotest = "5.9.1"
dokka = "1.9.20" # https://github.com/Kotlin/dokka/releases"
downloadTask = "5.6.0" # https://plugins.gradle.org/plugin/de.undercouch.download
openAl = "1.24.1" # https://git.karmakrafts.dev/kk/prebuilts/openal/-/packages/
[libraries]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment