From 3cfecebc14c5e3ea2e1b9dd73f08281e3c7a2169 Mon Sep 17 00:00:00 2001 From: Steven Koo Date: Mon, 24 Jan 2022 11:16:39 -0600 Subject: ci: Build gnuradio and gr-ettus This change adds build support for gnuradio and gr-ettus. After building gnuradio and gr-ettus 3.8 against the uhddev commit, the job will upload the build artifact for gnuradio and gr-ettus for use by downstream jobs, like hardware testing. Signed-off-by: Steven Koo --- .ci/templates/job-uhd-streaming-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.ci/templates/job-uhd-streaming-tests.yml') diff --git a/.ci/templates/job-uhd-streaming-tests.yml b/.ci/templates/job-uhd-streaming-tests.yml index 9a9b3168d..35eb7de54 100644 --- a/.ci/templates/job-uhd-streaming-tests.yml +++ b/.ci/templates/job-uhd-streaming-tests.yml @@ -36,11 +36,11 @@ jobs: - checkout: self clean: true - download: current - artifact: ${{ parameters.testOS }}-${{ parameters.toolset }} + artifact: uhddev-${{ parameters.testOS }}-${{ parameters.toolset }} displayName: download pipeline artifact ${{ parameters.testOS }}-${{ parameters.toolset }} - task: ExtractFiles@1 inputs: - archiveFilePatterns: $(Pipeline.Workspace)/${{ parameters.testOS }}-${{ parameters.toolset }}/${{ parameters.testOS }}-${{ parameters.toolset }}.tar.gz + archiveFilePatterns: $(Pipeline.Workspace)/uhddev-${{ parameters.testOS }}-${{ parameters.toolset }}/uhddev-${{ parameters.testOS }}-${{ parameters.toolset }}.tar.gz destinationFolder: $(Build.BinariesDirectory) cleanDestinationFolder: true - script: | -- cgit v1.2.3