diff options
Diffstat (limited to 'ci/snap/script.sh')
-rwxr-xr-x | ci/snap/script.sh | 8 |
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 + |