diff --git a/.buildbot/snap/Dockerfile b/.buildbot/snap/Dockerfile new file mode 100644 index 00000000..ba0bfed6 --- /dev/null +++ b/.buildbot/snap/Dockerfile @@ -0,0 +1,7 @@ +FROM ubuntu:bionic + +ENV SKIPCACHE=2022-07-12 + +RUN apt-get update + +RUN apt-get install -yq --no-install-suggests --no-install-recommends snapcraft diff --git a/.buildbot/snap/test.sh b/.buildbot/snap/test.sh new file mode 100755 index 00000000..30d7e72b --- /dev/null +++ b/.buildbot/snap/test.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +cd packages && snapcraft