Add ubuntu build
This commit is contained in:
parent
a58714f75d
commit
f65c127a0f
1 changed files with 11 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
version: 2
|
||||
jobs:
|
||||
build:
|
||||
fedora:
|
||||
machine: true
|
||||
environment:
|
||||
DETECTED_OS: fedora:27
|
||||
|
@ -10,3 +10,13 @@ jobs:
|
|||
- checkout
|
||||
- run: ./test.sh
|
||||
|
||||
ubuntu:
|
||||
machine: true
|
||||
environment:
|
||||
DETECTED_OS: ubuntu:artful
|
||||
DOCKER_IMAGE: cyplo/artful_base
|
||||
|
||||
steps:
|
||||
- checkout
|
||||
- run: ./test.sh
|
||||
|
||||
|
|
Loading…
Reference in a new issue