Add boost-process to travis

This commit is contained in:
badaix 2020-05-04 10:14:43 +02:00
parent 3b3632474c
commit 89679de108
2 changed files with 1 additions and 2 deletions

View file

@ -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

View file

@ -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();