Skip to content

Commit

Permalink
[ci] Move spiflash binary in release artifacts
Browse files Browse the repository at this point in the history
To make the quickstart guide more consistent with the self-built option
we want to have the spiflash binary in a sw/host/spiflash/spiflash, and
not in sw/host/bin/spiflash.
  • Loading branch information
imphil committed Nov 1, 2019
1 parent dd8bb93 commit 1d0d927
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ jobs:
make -C sw/host/spiflash clean all
# TODO: build system updates needed to copy build output to a dist
# staging directory.
mkdir -p $(Build.ArtifactStagingDirectory)/dist/sw/host/bin
cp sw/host/spiflash/spiflash $(Build.ArtifactStagingDirectory)/dist/sw/host/bin
mkdir -p $(Build.ArtifactStagingDirectory)/dist/sw/host/spiflash
cp sw/host/spiflash/spiflash $(Build.ArtifactStagingDirectory)/dist/sw/host/spiflash
displayName: 'Build host targets'
- bash: |
cd $(Build.ArtifactStagingDirectory)
Expand Down

0 comments on commit 1d0d927

Please sign in to comment.