add docker build for eb200 devices

This commit is contained in:
Jakob Ketterl
2020-12-01 21:39:22 +01:00
parent 2022c53fad
commit b380187453
4 changed files with 48 additions and 3 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 2020-11-28 (c++ refactoring)
cmakebuild owrx_connector 8c7982f1f91bb38f359126725de64a5875221898
# latest develop as of 2020-11-28 (int32 samples; debhelper)
cmakebuild owrx_connector 87a2fcc54e221aad71ec0700737ca7f385c388de
apt-get -y purge --autoremove $BUILD_PACKAGES
apt-get clean