Skip to content

Commit b98227a

Browse files
author
Stefan Hahmann
committed
Set up Xvfb to enable headless GUI support in build script
1 parent 2dd8d93 commit b98227a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
#!/bin/sh
2+
export DISPLAY=:99
3+
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 &
24
curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main/ci-build.sh
35
sh ci-build.sh

0 commit comments

Comments
 (0)