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

update gitlab-ci.yml, build on merge-request, build the entire toolchain

parent b77012ff
No related branches found
No related tags found
No related merge requests found
......@@ -4,15 +4,25 @@ 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 skalibs execline oblibs s6 s6-rc scdoc --noconfirm
- ./build_toolchain.sh
merge:
stage: merge
script:
- ./configure --bindir=/usr/bin --with-system-dir=/usr/lib/66/service
- make
- make install-html DESTDIR=gitlab-ci
- make man
- make install DESTDIR=gitlab-ci
- make install-man DESTDIR=gitlab-ci
only:
- merge_requests
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