travis: default to bionic, test on focal and trusty
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
language: cpp
|
||||
compiler: gcc
|
||||
dist: xenial
|
||||
dist: bionic
|
||||
|
||||
cache:
|
||||
directories:
|
||||
@@ -95,10 +95,10 @@ jobs:
|
||||
# Compile example
|
||||
|
||||
- env: SET=test01
|
||||
dist: bionic
|
||||
dist: focal
|
||||
|
||||
- env: SET=test01 BCFG=static-debug
|
||||
dist: bionic
|
||||
dist: focal
|
||||
|
||||
- env: SET=test01 CLEAN_DEPS=NO
|
||||
dist: trusty
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
language: cpp
|
||||
compiler: gcc
|
||||
dist: xenial
|
||||
dist: bionic
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
language: cpp
|
||||
compiler: gcc
|
||||
dist: xenial
|
||||
dist: bionic
|
||||
|
||||
# Minimal set of packages needed to compile EPICS Base
|
||||
|
||||
|
||||
Reference in New Issue
Block a user