mirror of
https://github.com/danbulant/node-x11
synced 2026-05-19 04:18:35 +00:00
19 lines
510 B
YAML
19 lines
510 B
YAML
before_script:
|
|
- "export XAUTHORITY=/tmp/.Xauthority-Xvfb"
|
|
- "xauth add :99 . $(mcookie)"
|
|
- "xauth add 127.0.0.2:99 . $(mcookie)"
|
|
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -nolisten $NOLISTEN -auth $XAUTHORITY"
|
|
- "sleep 1"
|
|
|
|
env:
|
|
- NOLISTEN=tcp DISPLAY=:99.0
|
|
- NOLISTEN=unix DISPLAY=:99.0
|
|
- NOLISTEN=unix DISPLAY=127.0.0.2:99.0
|
|
|
|
language: node_js
|
|
node_js:
|
|
- '4.2'
|
|
- '5'
|
|
- '6'
|
|
- '7'
|
|
- '10'
|