Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve upon #858 #911

Merged
merged 8 commits into from
Jul 11, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix cache logic for supplementery builds
  • Loading branch information
mwestphal committed Jul 10, 2023
commit e3ed8cc917853687652373e9b6ceaf32086a4188
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,15 +69,23 @@ jobs:
os: macos
vtk_version: commit
raytracing_label: no-raytracing
exclude_deprecated_label: no-exclude-deprecated
bundle_label: bundle
egl_label: no-egl
- build_type: headless
os: ubuntu
vtk_version: commit
raytracing_label: raytracing
exclude_deprecated_label: no-exclude-deprecated
bundle_label: no-bundle
egl_label: egl
- build_type: exclude_deprecated
os: ubuntu
vtk_version: commit
raytracing_label: raytracing
exclude_deprecated_label: exclude-deprecated
bundle_label: no-bundle
egl_label: no-egl

runs-on: ${{matrix.os}}-latest
container: ${{ matrix.os == 'ubuntu' && 'ghcr.io/f3d-app/f3d-ci' || null }}
Expand Down