77
77
- name : test_install
78
78
run : ./ci/test_install.sh
79
79
80
+ testhou185 :
81
+ runs-on : ubuntu-16.04
82
+ container :
83
+ image : aswf/ci-base:2020
84
+ steps :
85
+ - uses : actions/checkout@v1
86
+ - name : fetch_houdini
87
+ uses : actions/cache@v2
88
+ with :
89
+ path : hou
90
+ key : vdb1-houdini18_5-${{ hashFiles('hou/hou.tar.gz') }}
91
+ restore-keys : vdb1-houdini18_5-
92
+ - name : validate_houdini
93
+ if : github.repository_owner == 'AcademySoftwareFoundation'
94
+ run : test -f "hou/hou.tar.gz"
95
+ - name : houdini
96
+ run : ./ci/install_houdini.sh
97
+ - name : build
98
+ run : ./ci/build_houdini.sh clang++ Release ON
99
+ - name : test
100
+ run : ./ci/test.sh
101
+
80
102
testhou180 :
81
103
runs-on : ubuntu-16.04
82
104
container :
@@ -134,18 +156,18 @@ jobs:
134
156
- name : test
135
157
run : ./ci/test.sh
136
158
137
- testhou180gcc :
159
+ testhou185gcc :
138
160
runs-on : ubuntu-16.04
139
161
container :
140
- image : aswf/ci-base:2019
162
+ image : aswf/ci-base:2020
141
163
steps :
142
164
- uses : actions/checkout@v1
143
165
- name : fetch_houdini
144
166
uses : actions/cache@v2
145
167
with :
146
168
path : hou
147
- key : vdb1-houdini18_0 -${{ hashFiles('hou/hou.tar.gz') }}
148
- restore-keys : vdb1-houdini18_0 -
169
+ key : vdb1-houdini18_5 -${{ hashFiles('hou/hou.tar.gz') }}
170
+ restore-keys : vdb1-houdini18_5 -
149
171
- name : validate_houdini
150
172
if : github.repository_owner == 'AcademySoftwareFoundation'
151
173
run : test -f "hou/hou.tar.gz"
@@ -156,18 +178,18 @@ jobs:
156
178
- name : test
157
179
run : ./ci/test.sh
158
180
159
- testhou180debug :
181
+ testhou185debug :
160
182
runs-on : ubuntu-16.04
161
183
container :
162
- image : aswf/ci-base:2019
184
+ image : aswf/ci-base:2020
163
185
steps :
164
186
- uses : actions/checkout@v1
165
187
- name : fetch_houdini
166
188
uses : actions/cache@v2
167
189
with :
168
190
path : hou
169
- key : vdb1-houdini18_0 -${{ hashFiles('hou/hou.tar.gz') }}
170
- restore-keys : vdb1-houdini18_0 -
191
+ key : vdb1-houdini18_5 -${{ hashFiles('hou/hou.tar.gz') }}
192
+ restore-keys : vdb1-houdini18_5 -
171
193
- name : validate_houdini
172
194
if : github.repository_owner == 'AcademySoftwareFoundation'
173
195
run : test -f "hou/hou.tar.gz"
0 commit comments