Skip to content

Commit

Permalink
Copy the missing onnx2bnn.exe
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed Aug 20, 2019
1 parent bad1c0a commit f01976a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ci/onnx2bnn_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ jobs:
submodules: true
- bash: ci/build_onnx2bnn.sh
displayName: Build
- bash: ls build_onnx2bnn
- task: CopyFiles@2
inputs:
sourceFolder: 'build_onnx2bnn\tools\onnx2bnn\Debug\'
contents: 'onnx2bnn.exe'
targetFolder: $(Build.ArtifactStagingDirectory)
- template: template_onnx2bnn_publish_artifacts.yml
- template: template_onnx2bnn_github_release.yml
- job: macOS
Expand Down

0 comments on commit f01976a

Please sign in to comment.