From 008eab130f894dacdba19da50ede63c823a4ef48 Mon Sep 17 00:00:00 2001 From: Muzahid Date: Thu, 23 Dec 2021 21:54:59 +0530 Subject: [PATCH] seperate kivy test dockerfile --- .buildbot/kivy/Dockerfile | 19 +++++++++++++++++++ .buildbot/kivy/test.sh | 3 +++ 2 files changed, 22 insertions(+) create mode 100644 .buildbot/kivy/Dockerfile create mode 100644 .buildbot/kivy/test.sh diff --git a/.buildbot/kivy/Dockerfile b/.buildbot/kivy/Dockerfile new file mode 100644 index 00000000..e46b16bf --- /dev/null +++ b/.buildbot/kivy/Dockerfile @@ -0,0 +1,19 @@ +# A container for buildbot +FROM ubuntu:bionic AS kivy +# FROM ubuntu:20.04 AS buildbot-bionic + +RUN apt-get update + +RUN apt-get -y install sudo + +RUN apt-get install -yq python-setuptools \ + python-setuptools libssl-dev libpq-dev python-prctl python-dev \ + python-dev python-virtualenv python-pip virtualenv \ + libssl-dev \ + python-dev \ + python3-virtualenv \ + python3-pip \ + +RUN sudo wget -0 "/usr/local/bin/travis2bash.sh" "https://git.bitmessage.org/Bitmessage/buildbot-scripts/raw/branch/master/travis2bash.sh" + +RUN sudo chmod a+rx "/usr/local/bin/travis2bash.sh" diff --git a/.buildbot/kivy/test.sh b/.buildbot/kivy/test.sh new file mode 100644 index 00000000..04838747 --- /dev/null +++ b/.buildbot/kivy/test.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +travis2bash.sh .travis-kivy.yml