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

build from branch instead of tags

parent c1769b53
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ test:
script:
- ./configure --bindir=/usr/bin --shebangdir=/usr/bin
- make
- make install DESTDIR=gitlab-ci
- make DESTDIR=gitlab-ci install
only:
- merge_requests
......@@ -21,11 +21,7 @@ build:
script:
- ./configure --bindir=/usr/bin --shebangdir=/usr/bin
- make
- make
- make install DESTDIR=gitlab-ci
retry:
max: 2
- make DESTDIR=gitlab-ci install
only:
refs:
......
#!/bin/sh
tag=0
tag=1
if [ "$1" == "commit" ]; then
tag=1
tag=0
fi
skalibs_tag="v2.10.0.0"
execline_tag="v2.7.0.0"
s6_tag="v2.10.0.0"
s6_rc_tag="v0.5.2.1"
oblibs_tag="v0.1.3.0"
skalibs_tag="v2.11.0.0"
execline_tag="v2.8.1.0"
s6_tag="v2.11.0.0"
s6_rc_tag="v0.5.2.3"
oblibs_tag="v0.1.4.0"
check_tag(){
......
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