Skip to content

Commit 5581e2f

Browse files
Update node req to MSVC 2017 for Jenkins
1 parent 98968f5 commit 5581e2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Jenkinsfile.groovy

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
// Node requirements:
2-
// VisualStudio2010: C compiler
2+
// VisualStudio2017: C compiler
33
// OCT-SDK-1.4: CMake, msys
44
// docker: docker
55

66
def Configs = [
77
'win64': [
88
name: 'win64',
99
os: 'windows',
10-
node: 'VisualStudio2010 && OCT-SDK-1.5',
10+
node: 'VisualStudio2017 && OCT-SDK-1.5',
1111
target_install: 'install',
1212
target_test: 'test'
1313
],
1414
'win64_static_runtime': [
1515
name: 'win64_static_runtime',
1616
os: 'windows',
17-
node: 'VisualStudio2010 && OCT-SDK-1.5',
17+
node: 'VisualStudio2017 && OCT-SDK-1.5',
1818
target_install: 'install',
1919
target_test: 'test'
2020
],

0 commit comments

Comments
 (0)