Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
d/control: Add libnifti-dev to build deps
· 2d295e28
Gert Wollny
authored
Dec 23, 2018
2d295e28
d/.gitlab-ci.yml: Update build script to print log tail at error
· 78b6f1df
Gert Wollny
authored
Dec 23, 2018
78b6f1df
Show whitespace changes
Inline
Side-by-side
debian/.gitlab-ci.yml
View file @
78b6f1df
...
...
@@ -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
debian/control
View file @
78b6f1df
...
...
@@ -11,6 +11,7 @@ Build-Depends: debhelper (>= 11~),
zlib1g-dev,
libpng-dev,
libtiff-dev,
libnifti-dev,
libfftw3-dev
Build-Depends-Indep: doxygen,
graphviz,
...
...