diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 00360a0..abe3d59 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,29 +23,29 @@ test: - apt-key adv --fetch-keys https://download.opensuse.org/repositories/home:librespace:satnogs-unstable/Debian_10/Release.key - apt-get update -qq -y - > - apt-get install -q -y - libboost-dev + apt-get install -q -y + build-essential + cmake + doxygen + git + gnuradio-dev + gr-soapy libboost-date-time-dev + libboost-dev libboost-filesystem-dev libboost-program-options-dev - libboost-system-dev - libboost-thread-dev libboost-regex-dev + libboost-system-dev libboost-test-dev - swig - cmake - build-essential - pkg-config - gnuradio-dev - libconfig++-dev - libgmp-dev - liborc-0.4-0 - liborc-0.4-dev - liborc-0.4-dev-bin + libboost-thread-dev libjsoncpp-dev + liborc-0.4-dev libpng++-dev libvorbis-dev - git + pkg-config + python3-dev + python3-six + swig script: - mkdir -p build - cd build diff --git a/debian/control b/debian/control index 7e5a60d..02a6866 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: cmake, doxygen, git, gnuradio-dev (>=3.8), + gr-soapy, libboost-date-time-dev, libboost-dev, libboost-filesystem-dev,