A buildbot scenario for building the snap
This commit is contained in:
parent
b257accb81
commit
7371827a8f
7
.buildbot/snap/Dockerfile
Normal file
7
.buildbot/snap/Dockerfile
Normal 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
3
.buildbot/snap/test.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd packages && snapcraft
|
Reference in New Issue
Block a user