Skip to content
Snippets Groups Projects
Commit 3e9894e7 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

remove useless scdoc intallation. calling install also install doc

parent d2f2a50c
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,6 @@ image: obarun/base:latest
before_script:
- pacman -Syu --noconfirm
- pacman -S autoconf automake binutils bison file flex gcc gettext git grep groff libtool m4 make patch pkgconf texinfo which --noconfirm
- pacman -S scdoc --noconfirm
- ./build_toolchain.sh
test:
......@@ -12,8 +11,6 @@ test:
- ./configure --bindir=/usr/bin --shebangdir=/usr/bin
- make
- make install DESTDIR=gitlab-ci
- make install-html DESTDIR=gitlab-ci
- make install-man DESTDIR=gitlab-ci
only:
- merge_requests
......@@ -26,8 +23,6 @@ build:
- make
- make
- make install DESTDIR=gitlab-ci
- make install-html DESTDIR=gitlab-ci
- make install-man DESTDIR=gitlab-ci
retry:
max: 2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment