Skip to content

Commit

Permalink
Enable 2021 32-bit and 64-bit builds (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Karl-G1 authored Oct 15, 2021
1 parent 9c5a0d7 commit 6b1483a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
//Leave the above line alone. It identifies this as a groovy script.
@Library('vs-build-tools') _

def lvVersions = ['2019', '2020']
def lvVersions = [
32 : ['2019', '2020', '2021'],
64 : ['2021']
]

ni.vsbuild.PipelineExecutor.execute(this, 'vs_cd_build', lvVersions)
diffPipeline(lvVersions[0])

0 comments on commit 6b1483a

Please sign in to comment.