mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-23 10:11:53 +00:00
bird: abs. path was updated
This commit is contained in:
parent
c93875396a
commit
817dc15f8f
@ -221,6 +221,7 @@ stages:
|
|||||||
.build: &build_job
|
.build: &build_job
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
|
- DIR=$(pwd)
|
||||||
- autoreconf
|
- autoreconf
|
||||||
- ./configure CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS"
|
- ./configure CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS"
|
||||||
# Detect which make is available
|
# Detect which make is available
|
||||||
@ -229,6 +230,7 @@ stages:
|
|||||||
- $MAKE
|
- $MAKE
|
||||||
# Run tests if they are available
|
# Run tests if they are available
|
||||||
- $MAKE check
|
- $MAKE check
|
||||||
|
- mv $DIR/bird $DIR/birdc /var/lib/gitlab-runner/
|
||||||
|
|
||||||
# build-debian-7-amd64:
|
# build-debian-7-amd64:
|
||||||
# <<: *debian-7-amd64_env
|
# <<: *debian-7-amd64_env
|
||||||
@ -297,11 +299,11 @@ stages:
|
|||||||
build-birdlab:
|
build-birdlab:
|
||||||
<<: *build_job
|
<<: *build_job
|
||||||
script:
|
script:
|
||||||
- DIR=$(pwd)
|
#- DIR=$(pwd)
|
||||||
- cd /var/lib/gitlab-runner/bird-tools
|
- cd /var/lib/gitlab-runner/bird-tools
|
||||||
- sudo git clean -fx
|
- sudo git clean -fx
|
||||||
- git pull --ff-only
|
- git pull --ff-only
|
||||||
- mv $DIR/bird $DIR/birdc /var/lib/gitlab-runner/bird-tools/netlab-int/common
|
- mv /var/lib/gitlab-runner/bird /var/lib/gitlab-runner/birdc /var/lib/gitlab-runner/bird-tools/netlab-int/common
|
||||||
tags:
|
tags:
|
||||||
- birdlab
|
- birdlab
|
||||||
- amd64
|
- amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user