Skip to content

Commit 381165e

Browse files
committed
Github workflows : Update Windows build to MSVC 2019
- Update Window dependencies to 6.0.0.
1 parent b38a68a commit 381165e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/main.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,22 @@ jobs:
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 }}

0 commit comments

Comments
 (0)