Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
038e91c
build: add Conan package manager integration and fix Python build scr…
cedrik-fuoco-adsk Apr 15, 2026
504e39a
ci: add Conan CI workflow and update main CI
cedrik-fuoco-adsk Apr 15, 2026
063e6ed
Small tweaks and fixes
cedrik-fuoco-adsk Apr 21, 2026
9882e54
Set GCC 11 path in the profile for rocky 8
cedrik-fuoco-adsk Apr 22, 2026
d789c53
force openexr from source for conan with rocky 8 because of an issue …
cedrik-fuoco-adsk Apr 23, 2026
856b25a
Small tweaks and fixes
cedrik-fuoco-adsk Apr 21, 2026
4c9742e
Test openrv probe
cedrik-fuoco-adsk Apr 21, 2026
cc5f303
test openssl from aswftesting for rocky 8
cedrik-fuoco-adsk Apr 22, 2026
ff2d14e
Probe test all platforms
cedrik-fuoco-adsk Apr 23, 2026
e49ce8e
openssl test all platforms
cedrik-fuoco-adsk Apr 23, 2026
4be70dc
test approach to upload packages
cedrik-fuoco-adsk Apr 24, 2026
94203a7
version update
cedrik-fuoco-adsk May 5, 2026
60f2cc4
Split common and cy
cedrik-fuoco-adsk May 5, 2026
9717cb1
Add CI job to validate conan profiles against packages.yml
cedrik-fuoco-adsk May 5, 2026
33871a1
Fix issues
cedrik-fuoco-adsk May 5, 2026
dee06b1
Make sure to pass options from ALL deps
cedrik-fuoco-adsk May 6, 2026
acec330
pre-commit
cedrik-fuoco-adsk May 7, 2026
9badf15
Comments and add pre-commit hook for packages.yml to generate the com…
cedrik-fuoco-adsk May 7, 2026
1d94010
add validation schema
cedrik-fuoco-adsk May 7, 2026
5af9304
refactor, clean up and re-use
cedrik-fuoco-adsk May 7, 2026
304e02d
Merge branch 'main' into find-fork-test-aswf
cedrik-fuoco-adsk May 11, 2026
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
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: OpenRV

on:
push:
branches:
# This will run when PR is merged or direct pushes to main.
- main
# push:
# branches:
# # This will run when PR is merged or direct pushes to main.
# - main

pull_request: # This handles PR creation and subsequent commits.
# pull_request: # This handles PR creation and subsequent commits.

schedule:
# Midnight build every day
Expand All @@ -22,7 +22,7 @@ on:

jobs:
detect-changes:
if: github.repository_owner == 'AcademySoftwareFoundation'
#if: github.repository_owner == 'AcademySoftwareFoundation'
runs-on: ubuntu-latest
outputs:
cmake_changed: ${{ steps.filter.outputs.cmake }}
Expand Down
542 changes: 542 additions & 0 deletions .github/workflows/conan-upload-deps.yml

Large diffs are not rendered by default.

Loading
Loading