Skip to content

Commit

Permalink
add xvfb headless server
Browse files Browse the repository at this point in the history
  • Loading branch information
Clemapfel authored Oct 21, 2023
1 parent 6a60cd8 commit 8ed955e
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,21 @@ jobs:
strategy:
fail-fast: false
matrix:
version:
- '1.7'
- '1.9'
julia-version:
- "1.7"
- "1.9"
os:
- macOS-latest
- windows-latest
- ubuntu-latest
arch:
- x64
- macos-latest
- windows-latest
julia-arch:
- x86
include:
- os: ubuntu-latest
prefix: xvfb-run
steps:
- uses: actions/checkout@v4
- uses: coactions/setup-xvfb@v1
- uses: julia-actions/setup-julia@latest
with:
version: ${{ matrix.version }}
Expand All @@ -39,11 +43,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: coactions/setup-xvfb@v1
- uses: julia-actions/setup-julia@latest
- name: Install Documenter.jl
run: julia --color=yes -e "import Pkg; Pkg.add(url=\"https://github.com/JuliaDocs/Documenter.jl\")"
- name: Install Mousetrap
run: julia --color=yes -e "import Pkg; Pkg.add(url=\"https://github.com/clemapfel/mousetrap_jll\"); Pkg.add(url=\"https://github.com/clemapfel/mousetrap.jl\")"
- name: Build Docs
run: julia docs/make.jl


0 comments on commit 8ed955e

Please sign in to comment.