A buildbot scenario for building the snap

This commit is contained in:
Lee Miller 2022-07-12 21:17:15 +03:00
parent b257accb81
commit 7371827a8f
Signed by untrusted user: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
2 changed files with 10 additions and 0 deletions

View File

@ -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

3
.buildbot/snap/test.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
cd packages && snapcraft