seperate kivy test dockerfile
This commit is contained in:
parent
3254d8f288
commit
008eab130f
19
.buildbot/kivy/Dockerfile
Normal file
19
.buildbot/kivy/Dockerfile
Normal file
|
@ -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"
|
3
.buildbot/kivy/test.sh
Normal file
3
.buildbot/kivy/test.sh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
travis2bash.sh .travis-kivy.yml
|
Reference in New Issue
Block a user