Skip to content

Commit

Permalink
Start fake x server
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 20, 2024
1 parent 8be2ece commit bd5c78e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ R -e ".libPaths()"
URL="$1"
REPO=$(basename $URL)

# start fake X server
echo "Starting X server"
nohup Xvfb :6 -screen 0 1280x1024x24 > ~/X.log &
export DISPLAY=":6"

# Clone, and checkout the revision if any
# Removed --depth 1 because we want to read vignette c/m times
echo "::group::Cloning R package repository"
Expand Down

0 comments on commit bd5c78e

Please sign in to comment.