Skip to content
Commits on Source (2)
......@@ -11,5 +11,4 @@ build:
- git checkout master
- git pull
# silence build to not exceed build log size of gitlab-ci
- gbp buildpackage -uc -us 2>&1 >../build.log
- tail -n 100 ../build.log
- gbp buildpackage -uc -us 2>&1 >../build.log && exit 0 || tail -n 100 ../build.log && exit -1
......@@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 11~),
zlib1g-dev,
libpng-dev,
libtiff-dev,
libnifti-dev,
libfftw3-dev
Build-Depends-Indep: doxygen,
graphviz,
......