From 282b03b25fda79506c7265754dee6ea5a095b918 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Tue, 8 Oct 2019 12:49:57 +0200 Subject: [PATCH] :wrench: Travis markers --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index f4eeb0fc..e0cbbcde 100644 --- a/Makefile +++ b/Makefile @@ -80,8 +80,10 @@ GWLIBS = libgwion.a ast/libgwion_ast.a util/libgwion_util.a _LDFLAGS = ${GWLIBS} ${LDFLAGS} all: options-show util/libgwion_util.a ast/libgwion_ast.a libgwion.a src/main.o + @$(if ${TRAVIS}, echo "travis_fold:start:compile ${GWION_PACKAGE}") $(info link ${PRG}) @${CC} src/main.o -o ${PRG} ${_LDFLAGS} ${LIBS} + @$(if ${TRAVIS}, echo "travis_fold:end:compile ${GWION_PACKAGE}") options-show: @$(call _options) -- 2.43.0