summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2018-06-28 18:12:37 +0200
committerMike Blumenkrantz <zmike@samsung.com>2018-06-28 14:55:11 -0400
commit6c5a198ea55fc9789f8b3cde6ce4ac7193a4fea0 (patch)
treec06da94f08638bae492bd79dbd46b40056e71729
parent51d1360a182f6cc6d280a575c2ac7b06b6cf9cb8 (diff)
downloadefl-6c5a198ea55fc9789f8b3cde6ce4ac7193a4fea0.tar.gz
WIP make check on travis oolllee!!
-rwxr-xr-x.ci/ci-linux-build.sh9
-rwxr-xr-x.ci/verbose-make-check.sh4
2 files changed, 9 insertions, 4 deletions
diff --git a/.ci/ci-linux-build.sh b/.ci/ci-linux-build.sh
index cb5e7e4a24..1fc1a4149c 100755
--- a/.ci/ci-linux-build.sh
+++ b/.ci/ci-linux-build.sh
@@ -33,10 +33,11 @@ if [ "$CI_BUILD_TYPE" = "" ]; then
# Normal build test of all targets
./autogen.sh $DEFAULT_COPTS
make -j $PARALLEL_JOBS
- make -j $PARALLEL_JOBS check-build
- make -j $PARALLEL_JOBS examples
- make -j $PARALLEL_JOBS benchmark
- make -j $PARALLEL_JOBS install
+ #make -j $PARALLEL_JOBS check-build
+ #make -j $PARALLEL_JOBS examples
+ #make -j $PARALLEL_JOBS benchmark
+ #make -j $PARALLEL_JOBS install
+ ./.ci/verbose-make-check.sh
./.ci/build-efl-app.sh
fi
diff --git a/.ci/verbose-make-check.sh b/.ci/verbose-make-check.sh
new file mode 100755
index 0000000000..6f0e6cacef
--- /dev/null
+++ b/.ci/verbose-make-check.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+make check
+cat ./src/test-suite.log