From 2a8d88d92d56747101078c5592ab2473e6c5cb29 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Mon, 11 Nov 2019 21:24:58 -0500 Subject: [PATCH] Fix rlgl usage --- .travis/build-in-container.sh | 1 + .travis/build.sh | 1 + .travis/install.sh | 2 -- 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 -- 2.34.1