Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Multiplatform OpenAL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Karma Krafts
Multiplatform OpenAL
Commits
74546879
Verified
Commit
74546879
authored
2 months ago
by
KitsuneAlex
Browse files
Options
Downloads
Patches
Plain Diff
Add support for iOS and Android when building through the CI
parent
029e2cde
Branches
develop
master
Tags
1.0.0.2
No related merge requests found
Pipeline
#2078
passed
2 months ago
Stage: publish
Stage: release
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+2
-0
2 additions, 0 deletions
.gitlab-ci.yml
README.md
+24
-2
24 additions, 2 deletions
README.md
gradle/libs.versions.toml
+0
-3
0 additions, 3 deletions
gradle/libs.versions.toml
with
26 additions
and
5 deletions
.gitlab-ci.yml
+
2
−
0
View file @
74546879
...
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
README.md
+
24
−
2
View file @
74546879
# 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
This diff is collapsed.
Click to expand it.
gradle/libs.versions.toml
+
0
−
3
View file @
74546879
...
...
@@ -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]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment