-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Azure Pipeline and remove Jenkins builds (#72)
* Remove the build line from the Jenkinsfile * Add azure-pipeline.yaml to point to main archive location * Remove build.toml
- Loading branch information
Showing
3 changed files
with
46 additions
and
28 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
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,46 @@ | ||
trigger: | ||
batch: true | ||
branches: | ||
include: | ||
- main | ||
- release/* | ||
|
||
resources: | ||
repositories: | ||
- repository: niveristand-custom-device-build-tools | ||
type: github | ||
ref: main | ||
endpoint: nivs-custom-devices | ||
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: '64bit' | ||
- version: '2023' | ||
bitness: '64bit' | ||
|
||
buildSteps: | ||
- projectLocation: 'Source\SLSC EDS.lvproj' | ||
buildOperation: 'ExecuteBuildSpec' | ||
target: 'My Computer' | ||
buildSpec: 'Configuration Release' | ||
|
||
- projectLocation: 'Source\SLSC EDS.lvproj' | ||
buildOperation: 'ExecuteBuildSpecAllTargets' | ||
target: 'All' | ||
buildSpec: 'Engine Release' | ||
|
||
releaseVersion: '23.3.0' | ||
buildOutputLocation: 'Built' | ||
archiveLocation: '\\nirvana\Measurements\VeriStandAddons\slsc_eds_custom_device' | ||
|
||
packages: | ||
- controlFileName: 'control' | ||
payloadMaps: | ||
- installLocation: 'documents\National Instruments\NI VeriStand $(lvVersion)\SLSC Plugins\Modules' | ||
payloadLocation: 'Built' |
This file was deleted.
Oops, something went wrong.