diff options
author | Steven Koo <steven.koo@ni.com> | 2022-04-22 16:08:30 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2022-06-10 13:24:04 -0500 |
commit | b8a21959a6f51c73766cac5bb09ee240bf497e2b (patch) | |
tree | 961e6c9f84d532a536e77e7ed9a3188be801b0f2 /.ci/templates/job-uhd-build-installer.yml | |
parent | 3fba2109feb92738844cd5174f31cd3d9dd231cf (diff) | |
download | uhd-b8a21959a6f51c73766cac5bb09ee240bf497e2b.tar.gz uhd-b8a21959a6f51c73766cac5bb09ee240bf497e2b.tar.bz2 uhd-b8a21959a6f51c73766cac5bb09ee240bf497e2b.zip |
ci: Add package builder container entry
This container will be used to build the src tarballs.
Signed-off-by: Steven Koo <steven.koo@ni.com>
Diffstat (limited to '.ci/templates/job-uhd-build-installer.yml')
-rw-r--r-- | .ci/templates/job-uhd-build-installer.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.ci/templates/job-uhd-build-installer.yml b/.ci/templates/job-uhd-build-installer.yml index 05df0fc39..ebe6a68bc 100644 --- a/.ci/templates/job-uhd-build-installer.yml +++ b/.ci/templates/job-uhd-build-installer.yml @@ -24,6 +24,8 @@ jobs: dockerImageMatrixLin: $[ dependencies.get_latest_uhd_docker.outputs['setDockerVar.dockerImageMatrixLin'] ] dockerImageMatrixWin: $[ dependencies.get_latest_uhd_docker.outputs['setDockerVar.dockerImageMatrixWin'] ] dockerImageMatrixUbuntuDeb: $[ dependencies.get_latest_uhd_docker.outputs['setDockerVar.dockerImageMatrixUbuntuDeb'] ] + macOSBuilders: $[ dependencies.get_latest_uhd_docker.outputs['setDockerVar.macOSBuilders'] ] + dockerImageMatrixSourcePackageBuilders: $[ dependencies.get_latest_uhd_docker.outputs['setDockerVar.dockerImageMatrixSourcePackageBuilders'] ] pool: ${{ if eq(parameters.toolset, 'msbuild') }}: name: de-dre-lab |