Add ubuntu build

This commit is contained in:
Cyryl Płotnicki 2018-06-03 11:38:22 +01:00
parent a58714f75d
commit f65c127a0f

View file

@ -1,6 +1,6 @@
version: 2 version: 2
jobs: jobs:
build: fedora:
machine: true machine: true
environment: environment:
DETECTED_OS: fedora:27 DETECTED_OS: fedora:27
@ -10,3 +10,13 @@ jobs:
- checkout - checkout
- run: ./test.sh - run: ./test.sh
ubuntu:
machine: true
environment:
DETECTED_OS: ubuntu:artful
DOCKER_IMAGE: cyplo/artful_base
steps:
- checkout
- run: ./test.sh