From 5ecaa3a7f798e0da8bd46ed1757c21c0d6334505 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 14 May 2024 21:22:06 +0200 Subject: Adding upstream version 0.17.1. Signed-off-by: Daniel Baumann --- ci-legacy/local.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 ci-legacy/local.sh (limited to 'ci-legacy/local.sh') diff --git a/ci-legacy/local.sh b/ci-legacy/local.sh new file mode 100755 index 0000000..db687ff --- /dev/null +++ b/ci-legacy/local.sh @@ -0,0 +1,16 @@ +#!/bin/bash +set -eux + +: "${GPG_VERSION:=stable}" +: "${BUILD_MODE:=normal}" + +rsync -a /usr/local/rnp /tmp +sudo -iu travis bash -x <