-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* initial pipeline add * fix pipeline find info * add empty item for packages * update for newest build-tools behavior
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
trigger: | ||
batch: true | ||
branches: | ||
include: | ||
- main | ||
- release/* | ||
|
||
resources: | ||
repositories: | ||
- repository: niveristand-custom-device-build-tools | ||
type: github | ||
ref: main | ||
endpoint: ni (2) | ||
name: ni/niveristand-custom-device-build-tools | ||
|
||
stages: | ||
- template: azure-templates/stages.yml@niveristand-custom-device-build-tools | ||
parameters: | ||
|
||
lvVersionsToBuild: | ||
- version: '2020' | ||
bitness: '32bit' | ||
- version: '2021' | ||
bitness: '32bit' | ||
- version: '2021' | ||
bitness: '64bit' | ||
- version: '2023' | ||
bitness: '32bit' | ||
- version: '2023' | ||
bitness: '64bit' | ||
|
||
codegenVis: | ||
- 'Source\Script FXP Read.vi' | ||
- 'Source\Script FXP Write.vi' | ||
|
||
buildSteps: | ||
- projectLocation: 'Source\FXP LLB.lvproj' | ||
buildOperation: 'ExecuteBuildSpecAllTargets' | ||
target: 'All' | ||
buildSpec: 'FXP LLB' | ||
|
||
releaseVersion: '23.0.0' | ||
quarterlyReleaseVersion: '2023 Q1' | ||
buildOutputLocation: 'Built' | ||
archiveLocation: '\\nirvana\Measurements\VeriStandAddons\prototype\scan_engine_fxp' |