Skip to content

Commit

Permalink
Update node req to MSVC 2017 for Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-stenstrom committed Sep 15, 2022
1 parent 98968f5 commit 5581e2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile.groovy
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
// Node requirements:
// VisualStudio2010: C compiler
// VisualStudio2017: C compiler
// OCT-SDK-1.4: CMake, msys
// docker: docker

def Configs = [
'win64': [
name: 'win64',
os: 'windows',
node: 'VisualStudio2010 && OCT-SDK-1.5',
node: 'VisualStudio2017 && OCT-SDK-1.5',
target_install: 'install',
target_test: 'test'
],
'win64_static_runtime': [
name: 'win64_static_runtime',
os: 'windows',
node: 'VisualStudio2010 && OCT-SDK-1.5',
node: 'VisualStudio2017 && OCT-SDK-1.5',
target_install: 'install',
target_test: 'test'
],
Expand Down

0 comments on commit 5581e2f

Please sign in to comment.