Skip to content

Commit bfd3249

Browse files
committed
CI for opengl
1 parent 4cfc3a2 commit bfd3249

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ jobs:
1919
fail-fast: false
2020
steps:
2121
- uses: actions/checkout@v2
22+
- run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev xsettingsd x11-xserver-utils
2223
- uses: julia-actions/setup-julia@v2
2324
with:
2425
version: ${{ matrix.julia-version }}
2526
arch: ${{ matrix.arch }}
2627
- uses: julia-actions/cache@v2
2728
- uses: julia-actions/julia-buildpkg@v1
2829
- run: julia -e 'using Pkg; pkg"add Makie@${{ matrix.makie-version }}"'
29-
- uses: julia-actions/julia-runtest@v1
30+
- run: DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --project -e 'using Pkg; Pkg.test()'

0 commit comments

Comments
 (0)