mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-01-09 10:31:53 +00:00
bird: .yml file is now almost ready to run netlab w/ bird and birdc
This commit is contained in:
parent
62081f636f
commit
d0af20b059
@ -306,10 +306,20 @@ cloning_netlab:
|
|||||||
- birdlab
|
- birdlab
|
||||||
script:
|
script:
|
||||||
- echo 'Cloning Netlab from repository'
|
- echo 'Cloning Netlab from repository'
|
||||||
- pwd
|
- autoreconf
|
||||||
|
- ./configure CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS"
|
||||||
|
# Detect which make is available
|
||||||
|
- MAKE=make
|
||||||
|
- which gmake 2>/dev/null >/dev/null && MAKE=gmake
|
||||||
|
- $MAKE
|
||||||
|
# Run tests if they are available
|
||||||
|
- $MAKE check
|
||||||
- cd ../
|
- cd ../
|
||||||
- git clone https://gitlab.labs.nic.cz/labs/bird-tools --branch oz-test-base
|
- git clone https://gitlab.labs.nic.cz/labs/bird-tools --branch oz-test-base
|
||||||
- ls -l
|
- ls -l
|
||||||
|
- cd bird
|
||||||
|
- mv bird birdc ../bird-tools/netlab-int/common
|
||||||
|
- echo 'Done!'
|
||||||
|
|
||||||
preparing_netlab:
|
preparing_netlab:
|
||||||
stage: nl_prep
|
stage: nl_prep
|
||||||
|
Loading…
Reference in New Issue
Block a user