aboutsummaryrefslogtreecommitdiff
path: root/ci/snap/script.sh
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-11-28 19:33:51 -0800
committerGitHub <noreply@github.com>2019-11-28 19:33:51 -0800
commit835f959193e686ba4f7617d2475a9953285c916c (patch)
tree283fa175895fb887da0b380e7adca4ff4aacc288 /ci/snap/script.sh
parentee1199eaba7cafa6b60611ebece1407bc274e330 (diff)
parentc6d70d17860273c6de2c37c529b21c7b049210c5 (diff)
downloadrneovim-835f959193e686ba4f7617d2475a9953285c916c.tar.gz
rneovim-835f959193e686ba4f7617d2475a9953285c916c.tar.bz2
rneovim-835f959193e686ba4f7617d2475a9953285c916c.zip
Merge #11428 'Update SNAP packaging'
Diffstat (limited to 'ci/snap/script.sh')
-rwxr-xr-xci/snap/script.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/snap/script.sh b/ci/snap/script.sh
new file mode 100755
index 0000000000..647cda4874
--- /dev/null
+++ b/ci/snap/script.sh
@@ -0,0 +1,8 @@
+#!/usr/bin/env bash
+
+set -e
+set -o pipefail
+
+mkdir -p "$TRAVIS_BUILD_DIR/snaps-cache"
+sudo snapcraft --use-lxd
+