summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-12 05:51:09 -0500
committerAnthony Green <green@moxielogic.com>2019-11-12 05:51:09 -0500
commit5b297e036e61ad1ecac9c8a3e57895737c55feb7 (patch)
tree9cc5ed5108484c13eb446593de1fad00d6a0d810 /.travis
parent2a8d88d92d56747101078c5592ab2473e6c5cb29 (diff)
downloadlibffi-5b297e036e61ad1ecac9c8a3e57895737c55feb7.tar.gz
Don't bother dumping logs. Use rlgl instead.
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/build-in-container.sh16
-rwxr-xr-x.travis/build.sh11
2 files changed, 0 insertions, 27 deletions
diff --git a/.travis/build-in-container.sh b/.travis/build-in-container.sh
index 4baf479..af8e2b6 100755
--- a/.travis/build-in-container.sh
+++ b/.travis/build-in-container.sh
@@ -1,11 +1,5 @@
#!/bin/bash
-set -x
-
-echo ===============================================================
-env
-echo ===============================================================
-
cd /opt
export QEMU_LD_PREFIX=/usr/${HOST}
@@ -15,16 +9,6 @@ make
make dist
make check RUNTESTFLAGS="-a $RUNTESTFLAGS"
-gzip -c -9 */testsuite/libffi.log > libffi.log.gz
-echo ================================================================
-echo The logs are too long for travis to handle, so we compress and
-echo uuencode them. Download, decode and uncompress if you need to
-echo read them.
-echo ================================================================
-uuencode libffi.log.gz -
-echo ================================================================
-echo ================================================================
-
./rlgl l https://rl.gl
ID=$(./rlgl start)
./rlgl e --id=$ID --policy=https://github.com/libffi/rlgl-policy.git */testsuite/libffi.log
diff --git a/.travis/build.sh b/.travis/build.sh
index 65449cc..502dce7 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -32,17 +32,6 @@ function build_linux()
make dist
make check RUNTESTFLAGS="-a $RUNTESTFLAGS"
- gzip -c -9 */testsuite/libffi.log > libffi.log.gz
- echo ================================================================
- echo The logs are too long for travis to handle, so we compress and
- echo uuencode them. Download, decode and uncompress if you need to
- echo read them. For example, if you select and save this text
- echo as libffi.uu, run: 'cat libffi.uu | uudecode | gzip -d | less'.
- echo ================================================================
- uuencode libffi.log.gz -
- echo ================================================================
- echo ================================================================
-
./rlgl l https://rl.gl
ID=$(./rlgl start)
./rlgl e --id=$ID --policy=https://github.com/libffi/rlgl-policy.git */testsuite/libffi.log