aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/uhd-pipeline-pr.yml
Commit message (Collapse)AuthorAgeFilesLines
* ci: Add displayNames to parametersSteven Koo2022-01-201-0/+8
| | | | Signed-off-by: Steven Koo <steven.koo@ni.com>
* ci: Add embedded builds to uhd mono pipelineSteven Koo2022-01-201-0/+35
| | | | | | | | This commit adds in meta-ettus build support into mono pipline. This uses the job implementation in from meta-ettus for the existing pipelines. Signed-off-by: Steven Koo <steven.koo@ni.com>
* ci: Separate pipeline builds for different osmattprost2022-01-141-0/+12
| | | | | | This allows parameterizing pipeline runs to only build for certain os. Signed-off-by: mattprost <matt.prost@ni.com>
* tests: Add default length for automated streaming testsMatthew Crymble2021-12-011-0/+1
|
* tests: add automated streaming testsMatthew Crymble2021-11-301-0/+11
|
* ci: Refactor installers and add Windows supportSteven Koo2021-08-041-0/+4
| | | | | | | This commit refactors the uhd pipeline to have a new installer stage. This also adds Windows NSIS installers to pipelines. Signed-off-by: Steven Koo <steven.koo@ni.com>
* ci: Add custom boost version supportSteven Koo2021-07-231-0/+11
| | | | | | | | | | This adds new variables which can be used to set a a URL to a custom Boost archive. If provided, the pipeline will download the custom Boost archive, unpack it, build it, and provide CMake flags for UHD before starting the UHD build itself. This allows semi-automatic testing of new Boost versions as they are released.
* ci: Remove documentation-only changes from pipeline runsMartin Braun2021-07-211-0/+3
|
* ci: Split CI and PR pipelines for mono pipelineSteven Koo2021-07-141-0/+22
Signed-off-by: Steven Koo <steven.koo@ni.com>