From: fennecdjay Date: Tue, 8 Oct 2019 11:06:54 +0000 (+0200) Subject: :wrench: Travis markers X-Git-Tag: nightly~2198^2~108 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=2c5b5df3c4b93a923f44d2f697606cb59082dd5d;p=gwion.git :wrench: Travis markers --- diff --git a/Makefile b/Makefile index 75e4a86f..ce7a4a0f 100644 --- a/Makefile +++ b/Makefile @@ -86,11 +86,13 @@ CFLAGS += -DGWION_BUILTIN 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 [ ${IN_TRAVIS} = 1 ]; then echo "travis_fold:start:compile ${GWION_PACKAGE}"; fi +all: travis_start options-show util/libgwion_util.a ast/libgwion_ast.a libgwion.a src/main.o $(info link ${PRG}) @${CC} src/main.o -o ${PRG} ${_LDFLAGS} ${LIBS} - @ if [ ${IN_TRAVIS} = 1 ]; then echo "travis_fold:end:compile ${GWION_PACKAGE}"; fi + @ if [ ${IN_TRAVIS} = 1 ]; then echo "travis_end:start:compile ${GWION_PACKAGE}"; fi + +travis_start: + @ if [ ${IN_TRAVIS} = 1 ]; then echo "travis_fold:start:compile ${GWION_PACKAGE}"; fi options-show: @$(call _options)