Skip to content
Snippets Groups Projects
Commit d2d85f8a authored by Alexander Turenko's avatar Alexander Turenko Committed by Kirill Yukhin
Browse files

travis-ci: add Debian Buster and Ubuntu Disco

Fixes #4174.
parent ff846255
No related branches found
No related tags found
No related merge requests found
...@@ -72,12 +72,18 @@ jobs: ...@@ -72,12 +72,18 @@ jobs:
- name: Ubuntu Cosmic (18.10) build + deploy DEB - name: Ubuntu Cosmic (18.10) build + deploy DEB
env: OS=ubuntu DIST=cosmic env: OS=ubuntu DIST=cosmic
if: branch = "master" if: branch = "master"
- name: Ubuntu Disco (19.04) build + deploy DEB
env: OS=ubuntu DIST=disco
if: branch = "master"
- name: Debian Jessie (8) build + deploy DEB - name: Debian Jessie (8) build + deploy DEB
env: OS=debian DIST=jessie env: OS=debian DIST=jessie
if: branch = "master" if: branch = "master"
- name: Debian Stretch (9) build + deploy DEB - name: Debian Stretch (9) build + deploy DEB
env: OS=debian DIST=stretch env: OS=debian DIST=stretch
if: branch = "master" if: branch = "master"
- name: Debian Buster (10) build + deploy DEB
env: OS=debian DIST=buster
if: branch = "master"
script: script:
- make -f .travis.mk ${TARGET} - make -f .travis.mk ${TARGET}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment