aboutsummaryrefslogtreecommitdiffstats
path: root/.ci/uhd-build-docker-container.yml
diff options
context:
space:
mode:
Diffstat (limited to '.ci/uhd-build-docker-container.yml')
-rw-r--r--.ci/uhd-build-docker-container.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.ci/uhd-build-docker-container.yml b/.ci/uhd-build-docker-container.yml
index ab5cfae12..ad66fd486 100644
--- a/.ci/uhd-build-docker-container.yml
+++ b/.ci/uhd-build-docker-container.yml
@@ -116,6 +116,7 @@ jobs:
containerRegistry: 'Docker / Artifactory - rnd-builds-local'
repository: '$(dockerImagePrefix)$(dockerImageName)'
tags: $(Build.BuildNumber)
+ buildContext: $(Build.SourcesDirectory)
arguments: --no-cache --pull
- task: Docker@2
displayName: Push Image
@@ -148,6 +149,7 @@ jobs:
mkdir uhddev\build
cd uhddev\build
cmake $(Build.SourcesDirectory)/host ^
+ -DVCPKG_TARGET_TRIPLET=uhd-$(vsArch)-windows-static-md ^
-DCMAKE_TOOLCHAIN_FILE=%VCPKG_INSTALL_DIR%\scripts\buildsystems\vcpkg.cmake ^
-G "$(cmakeCompiler)" -A $(cmakeArch)
displayName: Test image with cmake uhd