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

build with last commit of oblibs

parent 11e1e337
No related branches found
No related tags found
No related merge requests found
......@@ -2,12 +2,17 @@ image: obarun/base:latest
before_script:
- pacman -Syu --noconfirm
- pacman -S autoconf automake binutils bison file flex gcc gettext grep groff libtool m4 make patch pkgconf texinfo which --noconfirm
- pacman -S autoconf automake binutils bison file flex gcc gettext git grep groff libtool m4 make patch pkgconf texinfo which --noconfirm
- pacman -S skalibs execline oblibs s6 s6-rc scdoc --noconfirm
build:
stage: build
script:
- git clone https://framagit.org/obarun/oblibs
- cd oblibs
- ./configure
- make install
- cd ..
- ./configure --bindir=/usr/bin --with-system-dir=/usr/lib/66/service
- make
- make install-html DESTDIR=gitlab-ci
......
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