20 Commits

Author SHA1 Message Date
Jacob Hughes
5ca70fe6fe Fix compilation error when using null host
Also remove other references to EventLoop

Add CI run for wasm32-wasi platform to test null host
2020-08-30 12:19:50 -04:00
est31
da40ea723e
Reenable the publish github workflow ()
The manual release of 0.12.0 is done.
Hopefully the issue is now resolved and in the future the CI can do it automatically.
2020-07-09 08:41:45 +02:00
est31
6ec1953424
Disable cargo publish invocation ()
To allow pushing to master after the 0.12.0 release.

The 0.12.0 release will be uploaded manually.
2020-07-09 07:41:20 +02:00
Damian Peckett
6f43fc2b60 Add a wasm-bindgen based generic Web Audio backend. 2020-05-06 13:44:00 +02:00
mitchmindtree
3f69770471 Update checkout github action. Clean up workflow formatting. 2020-04-16 15:20:45 +02:00
mitchmindtree
38e0408412 Remove alsa-sys publish from github workflow
The `alsa-sys` crate repository has lived [here][1] for quite a while.
This commit removes the unnecessary step from the CI workflow now that
alsa-sys has finally been removed as of .

[1]: https://github.com/diwic/alsa-sys
2020-04-15 18:07:51 +02:00
mitchmindtree
7e846b47ad Ensure all crates are formatted correctly, not just cpal itself. 2020-01-21 14:18:16 +01:00
mitchmindtree
ca255772fd Fix typo in rustfmt github action 2020-01-21 00:25:03 +01:00
mitchmindtree
cdd49ada2b Add a GitHub action for rustfmt
Checks formatting against the default `cargo fmt` run.
2020-01-20 23:56:04 +01:00
Sebastian Imlay
9e4ebd86d9 Second attempt at github workflow.
* Added actions/checkout
* cargo build --example beep
2020-01-16 12:01:03 -08:00
Sebastian Imlay
ce1d96ea57 Fist attempt at github fix 2020-01-16 11:55:49 -08:00
Luni-4
c4402a0306 Move the error files into the tmp directory 2019-11-15 15:50:27 +01:00
Luni-4
524bbb9ef5 Check cargo-publish error type 2019-11-13 16:24:05 +01:00
Luni-4
129599e85f Update and fix Github Actions 2019-10-26 14:38:26 +02:00
est31
dca5a11476
Merge pull request from Luni-4/github-actions
Add cargo-publish job
2019-10-26 13:56:21 +02:00
Luni-4
2a62f42e04 Update Github Actions for Windows 2019-10-26 12:22:50 +02:00
Luni-4
40ded0212d Add cargo-publish job 2019-10-05 11:11:03 +02:00
Luni-4
dd091b3310 Enable clippy-check for pull requests 2019-10-04 19:05:34 +02:00
Luni-4
4e47c7ea8d Disable the clippy-action for pull requests 2019-10-04 12:20:40 +02:00
Luni-4
2cd1e0d633 Add Github Actions 2019-10-03 15:59:45 +02:00