Update .gitlab-ci.yml with the new dependencies

This commit is contained in:
Manolis Surligas 2019-12-11 00:41:46 +02:00
parent cbc733c25e
commit 6f13d72769
2 changed files with 50 additions and 26 deletions

View File

@ -20,7 +20,31 @@ test:
image: ${GITLAB_CI_IMAGE_DEBIAN}
stage: test
before_script:
- apt-get update -qq && apt-get install -y -qq gnuradio-dev libboost-program-options-dev libjsoncpp-dev libpng++-dev libvorbis-dev cmake swig pkg-config build-essential git
- apt-get update -qq -y
- >
apt-get install -q -y
libboost-dev
libboost-date-time-dev
libboost-filesystem-dev
libboost-program-options-dev
libboost-system-dev
libboost-thread-dev
libboost-regex-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
libjsoncpp-dev
libpng++-dev
libvorbis-dev
git
script:
- mkdir -p build
- cd build

50
debian/control vendored
View File

@ -2,31 +2,31 @@ Source: gr-satnogs
Section: science
Priority: optional
Maintainer: SatNOGS project <dev@satnogs.org>
Build-Depends: cmake,
debhelper (>= 9.0.0~),
dh-python,
doxygen,
git,
build-essential,
gnuradio-dev (>=3.8.0),
libboost-dev,
libboost-date-time-dev,
libboost-filesystem-dev,
libboost-program-options-dev,
libboost-system-dev,
libboost-thread-dev,
libboost-regex-dev,
libboost-test-dev,
libpng++-dev,
libvorbis-dev,
pkg-config,
python3-dev,
swig,
libgmp-dev,
liborc-0.4-0,
liborc-0.4-dev,
liborc-0.4-dev-bin,
liblog4cpp5-dev
Build-Depends: debhelper (>= 9.0.0~),
dh-python,
doxygen,
libboost-dev,
libboost-date-time-dev,
libboost-filesystem-dev,
libboost-program-options-dev,
libboost-system-dev,
libboost-thread-dev,
libboost-regex-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,
libjsoncpp-dev,
libpng++-dev,
libvorbis-dev,
git
X-Python-Version: >= 3.0,
Standards-Version: 3.9.8
Homepage: https://gitlab.com/librespacefoundation/satnogs/gr-satnogs