Skip to content

Commit e05ee0e

Browse files
committed
- adding vfx CY2025 platform. Trying C++23, can downgrade to c++20 if fails.
Signed-off-by: cuneyt.ozdas <cuneyt.ozdas@autodesk.com>
1 parent 1c0577d commit e05ee0e

1 file changed

Lines changed: 43 additions & 1 deletion

File tree

.github/workflows/ci_workflow.yml

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,51 @@ jobs:
6161
strategy:
6262
fail-fast: true
6363
matrix:
64-
build: [7, 8, 9, 10, 11, 12]
64+
build: [7, 8, 9, 10, 11, 12, 13, 14, 15]
6565
include:
6666
# -------------------------------------------------------------------
67+
# VFX CY2025 (Python 3.11)
68+
# -------------------------------------------------------------------
69+
- build: 15
70+
build-type: Debug
71+
build-shared: 'ON'
72+
build-docs: 'OFF'
73+
build-openfx: 'ON'
74+
use-simd: 'ON'
75+
use-oiio: 'ON'
76+
cxx-standard: 23
77+
cxx-compiler: clang++
78+
cc-compiler: clang
79+
compiler-desc: Clang
80+
vfx-cy: 2025
81+
install-ext-packages: MISSING
82+
- build: 14
83+
build-type: Release
84+
build-shared: 'ON'
85+
build-docs: 'ON'
86+
build-openfx: 'ON'
87+
use-simd: 'OFF'
88+
use-oiio: 'OFF'
89+
cxx-standard: 20
90+
cxx-compiler: g++
91+
cc-compiler: gcc
92+
compiler-desc: GCC
93+
vfx-cy: 2025
94+
install-ext-packages: ALL
95+
- build: 13
96+
build-type: Release
97+
build-shared: 'OFF'
98+
build-docs: 'OFF'
99+
build-openfx: 'OFF'
100+
use-simd: 'ON'
101+
use-oiio: 'OFF'
102+
cxx-standard: 23
103+
cxx-compiler: g++
104+
cc-compiler: gcc
105+
compiler-desc: GCC
106+
vfx-cy: 2025
107+
install-ext-packages: ALL
108+
# -------------------------------------------------------------------
67109
# VFX CY2024 (Python 3.11)
68110
# -------------------------------------------------------------------
69111
- build: 12

0 commit comments

Comments
 (0)