This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Use xvfb for linux tests
Signed-off-by: falkTX <falktx@falktx.com>
pull/272/head
falkTX
4 years ago
parent
a53248a652
commit
a33e83ff57
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
9 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+9
-8
.travis.yml
+ 9
- 8
.travis.yml
View File
@@ -5,14 +5,15 @@ cache:
- ${HOME}/debs
jobs:
include:
# linux native build
- name: "Linux native"
os: linux
compiler: gcc
dist: focal
env:
- TARGET="linux"
# linux native build
- name: "Linux native"
os: linux
compiler: gcc
dist: focal
env:
- TARGET="linux"
services:
- xvfb
before_install:
- bash ${TRAVIS_BUILD_DIR}/.travis/before_install.sh
Write
Preview
Loading…
Cancel
Save