perform soapy driver feature checks using soapy_connector

This commit is contained in:
Jakob Ketterl 2023-03-18 03:14:49 +01:00
parent 949437c662
commit 28ccf2e6f2
3 changed files with 7 additions and 11 deletions

View file

@ -24,8 +24,8 @@ apt-get update
apt-get -y install --no-install-recommends $BUILD_PACKAGES
git clone https://github.com/jketterl/owrx_connector.git
# latest develop as of 2022-12-11 (std::endl implicit flushing)
cmakebuild owrx_connector bca362707131289f91441c8080fd368fdc067b6d
# latest develop as of 2023-03-18 (added --listdriver option)
cmakebuild owrx_connector beda260363c0e77617d4e17ef864e1f5c3fd86b2
apt-get -y purge --autoremove $BUILD_PACKAGES
apt-get clean