summaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2019-11-11 21:24:58 -0500
committerAnthony Green <green@moxielogic.com>2019-11-11 21:24:58 -0500
commit2a8d88d92d56747101078c5592ab2473e6c5cb29 (patch)
tree4ec6544c99573d5b020e848efc07276d1d17704b /.travis
parent3c2b810e99a10f97d1eb6ba485eb09bfdb158084 (diff)
downloadlibffi-2a8d88d92d56747101078c5592ab2473e6c5cb29.tar.gz
Fix rlgl usage
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/build-in-container.sh1
-rwxr-xr-x.travis/build.sh1
-rwxr-xr-x.travis/install.sh2
3 files changed, 2 insertions, 2 deletions
diff --git a/.travis/build-in-container.sh b/.travis/build-in-container.sh
index 02b1e56..4baf479 100755
--- a/.travis/build-in-container.sh
+++ b/.travis/build-in-container.sh
@@ -25,6 +25,7 @@ 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
exit $?
diff --git a/.travis/build.sh b/.travis/build.sh
index 0ff1bc2..65449cc 100755
--- a/.travis/build.sh
+++ b/.travis/build.sh
@@ -43,6 +43,7 @@ function build_linux()
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
exit $?
diff --git a/.travis/install.sh b/.travis/install.sh
index e6a1865..8746753 100755
--- a/.travis/install.sh
+++ b/.travis/install.sh
@@ -12,8 +12,6 @@ else
# Download and extract the client
wget -qO - http://rl.gl/cli/rlgl-linux-amd64.tgz | \
tar --strip-components=2 -xvzf - ./rlgl/rlgl
- # Log into the server
- ./rlgl login https://rl.gl
sudo apt-get clean # clear the cache
sudo apt-get update