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

first gitlab-ci try

parent d44d92eb
No related branches found
No related tags found
No related merge requests found
image: obarun/base:latest
before_script:
- pacman -Syu --noconfirm
build:
stage: build
script:
- ./configure --disable-allstatic
- 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
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