[postgis-tickets] r17770 - [travis] More "make" before "make check"
Sandro Santilli
strk at kbt.io
Thu Aug 22 11:56:32 PDT 2019
Author: strk
Date: 2019-08-22 11:56:32 -0700 (Thu, 22 Aug 2019)
New Revision: 17770
Modified:
trunk/ci/travis/run_nowagyu.sh
trunk/ci/travis/run_tests.sh
trunk/ci/travis/run_usan_clang.sh
trunk/ci/travis/run_usan_gcc.sh
Log:
[travis] More "make" before "make check"
Modified: trunk/ci/travis/run_nowagyu.sh
===================================================================
--- trunk/ci/travis/run_nowagyu.sh 2019-08-22 18:37:46 UTC (rev 17769)
+++ trunk/ci/travis/run_nowagyu.sh 2019-08-22 18:56:32 UTC (rev 17770)
@@ -13,5 +13,6 @@
# Standard build
./configure --without-wagyu CFLAGS="${CFLAGS}" CXXFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
+bash ./ci/travis/logbt -- make -j
bash ./ci/travis/logbt -- make -j check RUNTESTFLAGS=--verbose
(curl -S -f https://codecov.io/bash -o .github/codecov.bash && bash .github/codecov.bash) || echo "Coverage report failed"
Modified: trunk/ci/travis/run_tests.sh
===================================================================
--- trunk/ci/travis/run_tests.sh 2019-08-22 18:37:46 UTC (rev 17769)
+++ trunk/ci/travis/run_tests.sh 2019-08-22 18:56:32 UTC (rev 17770)
@@ -16,4 +16,5 @@
# Standard build
./configure CFLAGS="${CFLAGS_STD}" LDFLAGS="${LDFLAGS_STD}"
+bash ./ci/travis/logbt -- make -j
bash ./ci/travis/logbt -- make -j check RUNTESTFLAGS=--verbose
Modified: trunk/ci/travis/run_usan_clang.sh
===================================================================
--- trunk/ci/travis/run_usan_clang.sh 2019-08-22 18:37:46 UTC (rev 17769)
+++ trunk/ci/travis/run_usan_clang.sh 2019-08-22 18:56:32 UTC (rev 17770)
@@ -16,4 +16,5 @@
# Build with Clang and usan flags
./autogen.sh
./configure CC=clang CFLAGS="${CFLAGS_USAN}" LDFLAGS="${LDFLAGS_STD}"
+bash ./ci/travis/logbt -- make -j
bash ./ci/travis/logbt -- make -j check RUNTESTFLAGS=--verbose
Modified: trunk/ci/travis/run_usan_gcc.sh
===================================================================
--- trunk/ci/travis/run_usan_gcc.sh 2019-08-22 18:37:46 UTC (rev 17769)
+++ trunk/ci/travis/run_usan_gcc.sh 2019-08-22 18:56:32 UTC (rev 17770)
@@ -10,4 +10,5 @@
# Build with GCC and usan flags
./configure CC=gcc CFLAGS="${CFLAGS_STD}" LDFLAGS="${LDFLAGS_STD}"
+bash ./ci/travis/logbt -- make -j
bash ./ci/travis/logbt -- make -j check RUNTESTFLAGS=--verbose
More information about the postgis-tickets
mailing list