Skip to content

Commit

Permalink
assorted fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrolcl committed Mar 17, 2024
1 parent 1733679 commit 0b930ab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
run: ctest -C ${{env.BUILD_TYPE}}

- name: '${{ matrix.icon }} Install'
run: cmake --install ${{github.workspace}}/build
run: cmake --install build

- name: '${{ matrix.icon }} Upload Artifacts'
uses: actions/upload-artifact@v4
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# Fork of the AOSP 'platform_external_sonivox' project to use it outside of Android

[![Linux Build and Test](https://github.com/pedrolcl/sonivox/actions/workflows/cmake.yml/badge.svg)](https://github.com/pedrolcl/sonivox/actions/workflows/cmake.yml)
[![Linux Build and Test](https://github.com/pedrolcl/sonivox/actions/workflows/cmake-linux.yml/badge.svg)](https://github.com/pedrolcl/sonivox/actions/workflows/cmake-linux.yml)

[![Windows Build and Test](https://github.com/pedrolcl/sonivox/actions/workflows/cmake-win.yml/badge.svg)](https://github.com/pedrolcl/sonivox/actions/workflows/cmake-win.yml)

[![MacOS Build and Test](https://github.com/pedrolcl/sonivox/actions/workflows/cmake-mac.yml/badge.svg)](https://github.com/pedrolcl/sonivox/actions/workflows/cmake-mac.yml)

This project is a fork of the Android Open Source Project 'platform_external_sonivox', including a CMake based build system to be used not on Android, but on any other computer Operating System.
Google licensed this work originally named Sonivox EAS (Embedded Audio Synthesis) from the company Sonic Network Inc. under the terms of the Apache License 2.0.

Expand Down

0 comments on commit 0b930ab

Please sign in to comment.