File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 99
1010jobs :
1111 build :
12+ env :
13+ MODERNGL_DEBUGGING : " true" # turn on errors when running OpenGL tests
1214 permissions :
1315 actions : write
1416 contents : write
@@ -23,12 +25,12 @@ jobs:
2325 - uses : julia-actions/cache@v2
2426 - name : Install GLMakie dependencies for headless server # From https://github.com/MakieOrg/Makie.jl/tree/master/GLMakie#troubleshooting-opengl.
2527 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
26- - name : Install dependencies
27- run : julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
28- - name : Build and deploy
28+ - name : Precompile Build and Deploy
2929 env :
3030 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }} # If authenticating with GitHub Actions token
3131 DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # If authenticating with SSH deploy key
3232 run : >
3333 DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24'
34+ julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
3435 julia --project=docs/ docs/make.jl
36+
You can’t perform that action at this time.
0 commit comments