0

Add testrepo step for ubuntu:artful

This commit is contained in:
Andrew Chin
2018-03-01 21:14:46 -05:00
parent 44b525e709
commit f28c4ce680

View File

@@ -483,3 +483,20 @@ repo:wheezy:
- apt-get -y update
- apt-get -y install minecraft-overviewer
- overviewer.py --verbose --version
repo:artful:
image: ubuntu:artful
stage: testrepo
dependencies: []
tags:
- docker
only:
- master
script:
- apt-get -y update
- apt-get -y install wget
- wget -O - http://overviewer.org/debian_new/overviewer.gpg.asc | apt-key add -
- echo 'deb http://overviewer.org/debian_new ./' >> /etc/apt/sources.list
- apt-get -y update
- apt-get -y install minecraft-overviewer
- overviewer.py --verbose --version