@@ -30,55 +30,45 @@ jobs:
30
30
# and then use `include` to define their settings.
31
31
32
32
name : [
33
- linux-python2,
34
- linux-python2-debug,
35
33
linux-python3,
34
+ linux-python3-debug,
36
35
windows-python3,
37
36
windows-python3-debug
38
37
]
39
38
40
39
include :
41
40
42
- - name : linux-python2
41
+ - name : linux-python3
43
42
os : ubuntu-20.04
44
43
buildType : RELEASE
45
44
containerImage : ghcr.io/gafferhq/build/build:2.0.0
46
45
options : .github/workflows/main/options.posix
47
- dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/5.1 .0/gafferDependencies-5.1.0-Python2 -linux.tar.gz
46
+ dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/6.0 .0/gafferDependencies-6.0.0 -linux.tar.gz
48
47
tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB testAppleseed
49
48
publish : true
50
49
51
- - name : linux-python2 -debug
50
+ - name : linux-python3 -debug
52
51
os : ubuntu-20.04
53
52
buildType : DEBUG
54
53
containerImage : ghcr.io/gafferhq/build/build:2.0.0
55
54
options : .github/workflows/main/options.posix
56
- dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/5.1 .0/gafferDependencies-5.1.0-Python2 -linux.tar.gz
55
+ dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/6.0 .0/gafferDependencies-6.0.0 -linux.tar.gz
57
56
tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB testAppleseed
58
57
publish : false
59
58
60
- - name : linux-python3
61
- os : ubuntu-20.04
62
- buildType : RELEASE
63
- containerImage : ghcr.io/gafferhq/build/build:2.0.0
64
- options : .github/workflows/main/options.posix
65
- dependenciesURL : https://github.com/GafferHQ/dependencies/releases/download/5.1.0/gafferDependencies-5.1.0-Python3-linux.tar.gz
66
- tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB testAppleseed
67
- publish : true
68
-
69
59
- name : windows-python3
70
60
os : windows-2019
71
61
buildType : RELEASE
72
62
options : .github/workflows/main/options.windows
73
- dependenciesURL : https://github.com/hypothetical-inc/gafferDependencies /releases/download/6.2.1 /gafferDependencies-6.2.1-Python3 -windows.zip
63
+ dependenciesURL : https://github.com/GafferHQ/dependencies /releases/download/6.0.0 /gafferDependencies-6.0.0 -windows.zip
74
64
tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
75
65
publish : true
76
66
77
67
- name : windows-python3-debug
78
68
os : windows-2019
79
69
buildType : RELWITHDEBINFO
80
70
options : .github/workflows/main/options.windows
81
- dependenciesURL : https://github.com/hypothetical-inc/gafferDependencies /releases/download/6.2.1 /gafferDependencies-6.2.1-Python3 -windows.zip
71
+ dependenciesURL : https://github.com/GafferHQ/dependencies /releases/download/6.0.0 /gafferDependencies-6.0.0 -windows.zip
82
72
tests : testCore testCorePython testScene testImage testAlembic testUSD testVDB
83
73
publish : false
84
74
0 commit comments