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

install grep, retry if sync of db fail

parent ee98037d
No related branches found
No related tags found
No related merge requests found
......@@ -2,19 +2,22 @@ image: obarun/base:latest
before_script:
- pacman -Syu --noconfirm
- pacman -S autoconf automake binutils bison file flex gcc gettext groff libtool m4 make patch pkgconf texinfo which --noconfirm
- pacman -S autoconf automake binutils bison file flex gcc gettext grep groff libtool m4 make patch pkgconf texinfo which --noconfirm
- pacman -S skalibs execline oblibs s6 s6-rc scdoc --noconfirm
build:
stage: build
script:
- ./configure --bindir=/usr/bin --with-system-dir=/usr/lib/66/service
- make -j9
- make -j9 install-html DESTDIR=gitlab-ci
- make -j9 man
- make -j9 install DESTDIR=gitlab-ci
- make -j9 install-man DESTDIR=gitlab-ci
- make
- make install-html DESTDIR=gitlab-ci
- make man
- make install DESTDIR=gitlab-ci
- make install-man DESTDIR=gitlab-ci
retry:
max: 2
only:
refs:
- master
......
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