mirror of
https://github.com/badaix/snapcast.git
synced 2025-06-10 06:41:42 +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
|
if [ ! -f "vcpkg/vcpkg.exe" ]; then # if not in cache from a previous run
|
||||||
git clone https://github.com/Microsoft/vcpkg.git
|
git clone https://github.com/Microsoft/vcpkg.git
|
||||||
./vcpkg/bootstrap-vcpkg.bat
|
./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
|
else
|
||||||
./vcpkg/vcpkg.exe update # make sure dependencies are up to date
|
./vcpkg/vcpkg.exe update # make sure dependencies are up to date
|
||||||
fi
|
fi
|
||||||
|
|
|
@ -365,7 +365,6 @@ void WASAPIPlayer::worker()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
std::clog << static_cast<AixLog::Severity>(INFO) << AixLog::Tag(LOG_TAG);
|
|
||||||
LOG(INFO, LOG_TAG) << "Failed to get chunk\n";
|
LOG(INFO, LOG_TAG) << "Failed to get chunk\n";
|
||||||
|
|
||||||
hr = audioClient->Stop();
|
hr = audioClient->Stop();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue