Skip to content

Commit

Permalink
chore: move binaries to dist.
Browse files Browse the repository at this point in the history
  • Loading branch information
jswift-stfc committed May 12, 2022
1 parent f34fabe commit d94791d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .azure_pipelines/templates/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ steps:
mv build/modulation_excitation binaries-${VERSION}-linux/
mv build/partition_events binaries-${VERSION}-linux/
7z a binaries-${VERSION}-linux.zip binaries-${VERSION}-linux/
ls
mkdir dist
mv binaries-${VERSION}-linux.zip dist/
displayName: 'Build'
6 changes: 3 additions & 3 deletions .azure_pipelines/templates/build-osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ steps:
mkdir binaries-${VERSION}-osx
mv build/modulation_excitation binaries-${VERSION}-osx/
mv build/partition_events binaries-${VERSION}-osx/
7z a binaries-${VERSION}-linux.zip binaries-${VERSION}-osx/
pwd
ls
7z a binaries-${VERSION}-osx.zip binaries-${VERSION}-osx/
mkdir dist
mv binaries-${VERSION}-osx.zip dist/
displayName: 'Build'

0 comments on commit d94791d

Please sign in to comment.