This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use master PortAudio + fix some bugs
- Loading branch information
1 parent
dda77f6
commit c4101df
Showing
127 changed files
with
5,661 additions
and
6,231 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
GitHub Actions uses the hash of this file as the cache key for the ASIO SDK. | ||
Update this file when a new version of the ASIO SDK is released to trigger | ||
a new download on GitHub Actions instead of using the old cache. | ||
|
||
asiosdk_2.3.3_2019-06-14.zip |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: autotools build | ||
|
||
on: | ||
push: | ||
branches: [ master ] | ||
pull_request: | ||
branches: [ master ] | ||
|
||
jobs: | ||
build-autotools: | ||
|
||
runs-on: ubuntu-latest | ||
name: Ubuntu | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: configure | ||
run: ./configure | ||
- name: make | ||
run: make |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.