mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-11 07:11:41 +02:00
Add boost-process to travis
This commit is contained in:
parent
3b3632474c
commit
89679de108
2 changed files with 1 additions and 2 deletions
|
@ -178,7 +178,7 @@ before_install:
|
|||
if [ ! -f "vcpkg/vcpkg.exe" ]; then # if not in cache from a previous run
|
||||
git clone https://github.com/Microsoft/vcpkg.git
|
||||
./vcpkg/bootstrap-vcpkg.bat
|
||||
travis-wait-enhanced --interval=1m --timeout=30m -- ./vcpkg/vcpkg.exe install libflac libvorbis soxr opus boost-asio --triplet x64-windows
|
||||
travis-wait-enhanced --interval=1m --timeout=30m -- ./vcpkg/vcpkg.exe install libflac libvorbis soxr opus boost-asio boost-process --triplet x64-windows
|
||||
else
|
||||
./vcpkg/vcpkg.exe update # make sure dependencies are up to date
|
||||
fi
|
||||
|
|
|
@ -365,7 +365,6 @@ void WASAPIPlayer::worker()
|
|||
}
|
||||
else
|
||||
{
|
||||
std::clog << static_cast<AixLog::Severity>(INFO) << AixLog::Tag(LOG_TAG);
|
||||
LOG(INFO, LOG_TAG) << "Failed to get chunk\n";
|
||||
|
||||
hr = audioClient->Stop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue