File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 7575 tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
7676 publish : true
7777
78+ - name : windows-python3
79+ os : windows-2019
80+ buildType : RELEASE
81+ options : .github/workflows/main/options.windows
82+ dependenciesURL : https://github.com/hypothetical-inc/gafferDependencies/releases/download/6.0.0/gafferDependencies-6.0.0-Python3-windows.zip
83+ tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
84+ publish : false
85+
86+ - name : windows-python3-debug
87+ os : windows-2019
88+ buildType : RELWITHDEBINFO
89+ options : .github/workflows/main/options.windows
90+ dependenciesURL : https://github.com/hypothetical-inc/gafferDependencies/releases/download/6.0.0/gafferDependencies-6.0.0-Python3-windows.zip
91+ tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
92+ publish : false
93+
7894 runs-on : ${{ matrix.os }}
7995
8096 container : ${{ matrix.containerImage }}
You can’t perform that action at this time.
0 commit comments