From 1c6bd8469ae933f02c8dba77d83adab872bbfead Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 5 Apr 2018 23:08:56 +0200 Subject: travis: do not build specific binaries --- .travis/targets/static.sh | 2 +- .travis/targets/win32.sh | 2 +- .travis/targets/win64.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis/targets/static.sh b/.travis/targets/static.sh index d252860..0c4fba4 100644 --- a/.travis/targets/static.sh +++ b/.travis/targets/static.sh @@ -6,7 +6,7 @@ build() { --disable-runserver \ --enable-make-embedded - make LDFLAGS="-all-static" blogc + make LDFLAGS="-all-static" rm -rf root mkdir -p root diff --git a/.travis/targets/win32.sh b/.travis/targets/win32.sh index 1a6745f..4598ac2 100644 --- a/.travis/targets/win32.sh +++ b/.travis/targets/win32.sh @@ -8,7 +8,7 @@ build() { --disable-git-receiver \ --disable-make \ --disable-runserver - make blogc.exe + make local pn="$(grep PACKAGE_TARNAME config.h | cut -d\" -f2)" local pv="$(grep PACKAGE_VERSION config.h | cut -d\" -f2)" diff --git a/.travis/targets/win64.sh b/.travis/targets/win64.sh index c9fed2c..8f630c7 100644 --- a/.travis/targets/win64.sh +++ b/.travis/targets/win64.sh @@ -8,7 +8,7 @@ build() { --disable-git-receiver \ --disable-make \ --disable-runserver - make blogc.exe + make local pn="$(grep PACKAGE_TARNAME config.h | cut -d\" -f2)" local pv="$(grep PACKAGE_VERSION config.h | cut -d\" -f2)" -- cgit v1.2.3-18-g5258