Skip to content

Commit 226a27a

Browse files
committed
ci: add support for Ubuntu-20 and headless X11 mode
Signed-off-by: Sebastien Binet <binet@cern.ch>
1 parent 7024f73 commit 226a27a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
ROOT_VERSION: "6.22.02"
1414
TAGS: "-tags=ci"
1515
COVERAGE: "-coverpkg=go-hep.org/x/hep/..."
16+
EGL_PLATFORM: "x11"
1617

1718
jobs:
1819

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ dist: bionic
88
env:
99
global:
1010
- ROOT_VERSION=6.22.02
11+
- EGL_PLATFORM=x11
1112

1213
cache:
1314
directories:

0 commit comments

Comments
 (0)