Commit graph

40 commits

Author SHA1 Message Date
Roderick van Domburg 1063f5e4ff
Merge pull request #1147 from yubiuser/update/cache
Update actions/cache
2023-04-11 21:19:35 +02:00
yubiuser e14dac3ff3
Remove and update dependencies (#1140) 2023-04-11 20:33:45 +02:00
Christian König 0a62d8a90e
Update actions/cache
Signed-off-by: Christian König <ckoenig@posteo.de>
2023-04-11 20:29:14 +02:00
yubiuser a7fb7ee673
Update github actions and add Dependabot (#1141)
Update GitHub actions and add Dependabot
2023-04-11 20:20:09 +02:00
ealasu 7d00881dcd Fix build error due to GitHub Actions updating to Ubuntu 22.04
https://github.com/actions/runner-images/issues/6399#issuecomment-1286050292
2022-12-02 17:38:39 -07:00
Roderick van Domburg 355c3b06eb
Update issue templates 2022-08-01 22:18:44 +02:00
Michael Herger 65b9289c4d Fix #1031 - Remove new-api branch from test matrix 2022-08-01 11:14:14 +02:00
Roderick van Domburg 9e06b11609
Update MSRV to 1.61 and fix test 2022-07-28 19:32:11 +02:00
Roderick van Domburg 6b11fb5cee
Update MSRV to 1.60 2022-07-28 19:11:29 +02:00
Roderick van Domburg 05b9b13cf8
Merge branch 'dev' into new-api and update crates 2022-07-27 23:31:11 +02:00
Jason Gray a433f2b911
update MSRV 2022-05-23 13:40:00 -05:00
Roderick van Domburg cf25c2aa36
Fix CI on ARM 2022-05-21 21:06:29 +02:00
Hugo Osvaldo Barrera 4fd7ac24ce Bump MSRV to 1.53
See: https://github.com/librespot-org/librespot/pull/997
2022-05-20 08:57:21 +02:00
Sebastian Dröge ab562cc8d8
Update GStreamer to 0.18 and clean up (#964)
* Update GStreamer backend to 0.18
* Don't manually go through all intermediate states when shutting down the GStreamer backend; that happens automatically
* Don't initialize GStreamer twice
* Use less stringly-typed API for configuring the appsrc
* Create our own main context instead of stealing the default one; if the application somewhere else uses the default main context this would otherwise fail in interesting ways
* Create GStreamer pipeline more explicitly instead of going via strings for everything
* Add an audioresample element before the sink in case the sink doesn't support the sample rate
* Remove unnecessary `as_bytes()` call
* Use a GStreamer bus sync handler instead of spawning a new thread with a mainloop; it's only used for printing errors or when the end of the stream is reached, which can also be done as well when synchronously handling messages.
* Change `expect()` calls to proper error returns wherever possible in GStreamer backend
* Store asynchronously reported error in GStreamer backend and return them on next write
* Update MSRV to 1.56
2022-02-13 21:52:02 +01:00
Roderick van Domburg 84e3fe5558
Bump MSRV to 1.53 2022-01-03 01:01:29 +01:00
Roderick van Domburg 60d78b6b58
Bump MSRV to 1.51 2022-01-03 00:44:41 +01:00
Roderick van Domburg afa2a021db
Enable CI for new-api 2021-12-29 08:38:08 +01:00
Roderick van Domburg 4646ff3075
Re-order actions and fail on clippy lints 2021-12-27 20:52:15 +01:00
Roderick van Domburg 01fb604420
Allow failures on nightly Rust 2021-12-27 09:47:51 +01:00
Jason Gray b1f1464825
Round 2 of trying to get CI to ignore things that should not trigger a build test 2021-06-20 00:07:33 -05:00
Jason Gray 14de03e06f
Update tests
Make CI ignore things that should not trigger build tests.
2021-06-18 17:20:27 -05:00
johannesd3 c49e1320d4
Update workflow 2021-05-19 21:09:38 +02:00
Johannesd3 ecfe5a0cf1
Remove dependabot 2021-05-12 16:38:51 +02:00
johannesd3 555274b5af
Move decoder to playback crate 2021-05-11 20:36:53 +02:00
Johannesd3 e74054f2e2 Fix dependabot 2021-05-11 13:39:25 +02:00
Johannesd3 e5e1f006c9 Add indirect dependencies to dependabot 2021-05-11 13:35:10 +02:00
johannesd3 92e0a28e55
Fix workflow 2021-05-08 22:55:03 +02:00
Johannesd3 4c875c0e59
Create dependabot.yml 2021-05-08 22:00:07 +02:00
johannesd3 da2cd8c971
Bump MSRV to 1.48
hyper, libmdns and sdl require a higher version.
2021-05-01 13:00:29 +02:00
johannesd3 317e586472 Improve CI
Run the tests and add build for Windows.
2021-04-10 12:59:26 +02:00
johannesd3 9a3a666856 Bump MSRV to 1.45 2021-04-10 12:50:30 +02:00
johannesd3 f5274f5ada Merge branch 'dev' into tokio_migration 2021-04-09 10:39:06 +02:00
johannesd3 c0942f14e8 Restore rodiojack support
Probably more simple than the previous approach which
doubles the code: Instead of implementing the `Open` trait,
we simply use custom SinkBuilder, one for the default host,
and one for the "jack" host.
2021-02-23 22:22:51 +01:00
Johannes Dertmann 58bd339e90 Restore MSRV to 1.41 2021-02-23 09:36:57 +01:00
Sasha Hilton 6d15a17df8 Bump MSRV to 1.42.0 2021-02-10 00:25:19 +00:00
Sasha Hilton 49789f01d7 Fix incorrect lockfiles reference 2021-01-31 02:02:34 +00:00
Sasha Hilton fb9720d3c2 Cache build dependencies in Github Workflows 2021-01-31 01:55:47 +00:00
Michael Herger 53f516e5de
Attempt to fix tests
Tests currently fail with some apt error:

> E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

This change would add the suggested `apt-get update`
2021-01-21 06:34:25 +01:00
Lyndon Brown 013a2fdcbf ci: optimise action triggers
it is pointless to run CI jobs for pushes / PRs that only change files that
would never cause a failure, such as documentation.

this avoids wasting resources for such situations.
2020-12-16 16:14:37 +00:00
Lyndon Brown 6f1bf7dd07 ci: add use of github actions
now that travis has ditched it's free service.
2020-12-16 16:05:03 +00:00