Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c363e1f

Browse files
committed
CI: start xserver
1 parent 7b7d2ba commit c363e1f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
echo 'wxPython is not available'
5050
5151
displayName: 'Install dependencies'
52+
- script: |
53+
54+
export DISPLAY=:99.0
55+
sh -e /etc/init.d/xvfb start
56+
displayName: 'start x server'
5257
5358
- script: pip install -ve .
5459
displayName: "Install self"

0 commit comments

Comments
 (0)