From 8053187731ae8e3eb368d8360989cf5fd6eed9f7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 05:32:49 +0200 Subject: Adding upstream version 0.17.0. Signed-off-by: Daniel Baumann --- ci/local.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 ci/local.sh (limited to 'ci/local.sh') diff --git a/ci/local.sh b/ci/local.sh new file mode 100755 index 0000000..db687ff --- /dev/null +++ b/ci/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 <