0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-08 18:11:54 +00:00

bird: .yml file is now almost ready to run netlab w/ bird and birdc

This commit is contained in:
Matous Holinka 2019-11-06 09:41:33 +01:00
parent 62081f636f
commit d0af20b059

View File

@ -306,10 +306,20 @@ cloning_netlab:
- birdlab
script:
- 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 ../
- git clone https://gitlab.labs.nic.cz/labs/bird-tools --branch oz-test-base
- ls -l
- cd bird
- mv bird birdc ../bird-tools/netlab-int/common
- echo 'Done!'
preparing_netlab:
stage: nl_prep