0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-03 15:41:54 +00:00

bird: minor update

This commit is contained in:
Matous Holinka 2019-11-13 10:33:18 +01:00
parent 9656129294
commit 1208e97066

View File

@ -157,8 +157,8 @@ docker_fedora-30-amd64:
- autoreconf
- ./configure CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS"
# Detect which make is available
- MAKE=make
- which gmake 2>/dev/null >/dev/null && MAKE=gmake
- MAKE=gmake
#- which gmake 2>/dev/null >/dev/null && MAKE=gmake
- $MAKE
# Run tests if they are available
- $MAKE check