summaryrefslogtreecommitdiffstats
path: root/ci/local.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:22:07 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-14 19:22:07 +0000
commitb842d8449361bc56b30d781084fa829824607082 (patch)
tree772be8bd6ac3d7c5bc2709b6c5859c5aff7ed4b2 /ci/local.sh
parentAdding debian version 0.17.0-3. (diff)
downloadrnp-b842d8449361bc56b30d781084fa829824607082.tar.xz
rnp-b842d8449361bc56b30d781084fa829824607082.zip
Merging upstream version 0.17.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ci/local.sh')
-rwxr-xr-xci/local.sh16
1 files changed, 0 insertions, 16 deletions
diff --git a/ci/local.sh b/ci/local.sh
deleted file mode 100755
index db687ff..0000000
--- a/ci/local.sh
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/bash
-set -eux
-
-: "${GPG_VERSION:=stable}"
-: "${BUILD_MODE:=normal}"
-
-rsync -a /usr/local/rnp /tmp
-sudo -iu travis bash -x <<EOF
-cd /tmp/rnp
-env ${CXX:+CXX=$CXX} \
- ${CC:+CC=$CC} \
- GPG_VERSION=$GPG_VERSION \
- BUILD_MODE=$BUILD_MODE \
- ${RNP_TESTS:+RNP_TESTS=$RNP_TESTS} \
- ci/run.sh
-EOF