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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue