Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get sound working on more CI platforms #1

Open
ssfrr opened this issue Mar 20, 2016 · 1 comment
Open

Get sound working on more CI platforms #1

ssfrr opened this issue Mar 20, 2016 · 1 comment

Comments

@ssfrr
Copy link
Contributor

ssfrr commented Mar 20, 2016

The main issue is that there aren't any audio devices on the Travis machines, so we can't even try reading and writing. Even if we could, there's no way to simulate input or output, so we can't really check that the right data is going in.

One option would be to put together a fake libportaudio with the same API but some additional mocking functionality. We'd only have to fake the subset of the library that we're actually using.

@bramtayl bramtayl changed the title Tests don't run on Travis Get sound working on more CI platforms May 20, 2021
@bramtayl
Copy link
Member

We have CI on mac since #65, but it would be nice to get it working on more platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants