[postgis-tickets] r17772 - [travis] Revert travis recipes modifications
Sandro Santilli
strk at kbt.io
Thu Aug 22 11:37:52 PDT 2019
Author: strk
Date: 2019-08-22 23:37:52 -0700 (Thu, 22 Aug 2019)
New Revision: 17772
Modified:
trunk/ci/travis/run_coverage.sh
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] Revert travis recipes modifications
This reverts commit dd601071c093c2233f3eeeba12af41373075bae8.
This reverts commit e8b5c3993e288e00a840b7a41f643901a280f5a9.
Modified: trunk/ci/travis/run_coverage.sh
===================================================================
--- trunk/ci/travis/run_coverage.sh 2019-08-23 06:37:42 UTC (rev 17771)
+++ trunk/ci/travis/run_coverage.sh 2019-08-23 06:37:52 UTC (rev 17772)
@@ -8,6 +8,5 @@
/usr/local/pgsql/bin/pg_ctl -c -l /tmp/logfile start
./autogen.sh
./configure CFLAGS="${CFLAGS_COV}" LDFLAGS="${LDFLAGS_COV}" --enable-debug
-make -j
make -j check
(curl -S -f https://codecov.io/bash -o .github/codecov.bash && bash .github/codecov.bash) || echo "Coverage report failed"
Modified: trunk/ci/travis/run_nowagyu.sh
===================================================================
--- trunk/ci/travis/run_nowagyu.sh 2019-08-23 06:37:42 UTC (rev 17771)
+++ trunk/ci/travis/run_nowagyu.sh 2019-08-23 06:37:52 UTC (rev 17772)
@@ -13,6 +13,5 @@
# 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-23 06:37:42 UTC (rev 17771)
+++ trunk/ci/travis/run_tests.sh 2019-08-23 06:37:52 UTC (rev 17772)
@@ -16,5 +16,4 @@
# 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-23 06:37:42 UTC (rev 17771)
+++ trunk/ci/travis/run_usan_clang.sh 2019-08-23 06:37:52 UTC (rev 17772)
@@ -16,5 +16,4 @@
# 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-23 06:37:42 UTC (rev 17771)
+++ trunk/ci/travis/run_usan_gcc.sh 2019-08-23 06:37:52 UTC (rev 17772)
@@ -10,5 +10,4 @@
# 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