Skip to content

Commit

Permalink
testing CI and doc deploy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippeMaincon committed Jan 2, 2025
1 parent 2a07418 commit 443bdc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ jobs:
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
fail-fast: true
# fail-fast: false
matrix:
version:
- '1.10'
- '^1.10'
os:
- ubuntu-latest
- macOS-latest
- windows-latest
# - macOS-latest
# - windows-latest
arch:
- x64
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- uses: julia-actions/setup-julia@latest
with:
version: '1.10'
- 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
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
Expand Down

0 comments on commit 443bdc0

Please sign in to comment.