diff options
author | Steven Koo <steven.koo@ni.com> | 2021-03-09 13:25:11 -0600 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2021-03-12 16:24:09 -0600 |
commit | 19f3c1203a42d9da3d7cb16c881fe2bbdc5ec0ce (patch) | |
tree | bf1fc2a64dbf5ee8af9df273f2b3799ac0a03817 /.ci/uhd-pipeline-vars.yml | |
parent | 71f48df77e6f1666cb790200735b4400be1656f4 (diff) | |
download | uhd-19f3c1203a42d9da3d7cb16c881fe2bbdc5ec0ce.tar.gz uhd-19f3c1203a42d9da3d7cb16c881fe2bbdc5ec0ce.tar.bz2 uhd-19f3c1203a42d9da3d7cb16c881fe2bbdc5ec0ce.zip |
ci: Linux and Windows uhd build docker images
This commit adds Pipeline support for building uhd toolchain docker
images. The Dockerfiles specify the required dependencies to build uhd.
These can then be used in downstream pipelines to build uhd. It's also
possible to use the Dockerfiles using "docker build" and "docker run"
to locally create the toolchain to build uhd.
Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to '.ci/uhd-pipeline-vars.yml')
-rw-r--r-- | .ci/uhd-pipeline-vars.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.ci/uhd-pipeline-vars.yml b/.ci/uhd-pipeline-vars.yml new file mode 100644 index 000000000..34e8f93ff --- /dev/null +++ b/.ci/uhd-pipeline-vars.yml @@ -0,0 +1,3 @@ +variables: +- name: UHDPipelineDockerImageArtifactName + value: 'DockerImageNames' |