Skip to content

Commit

Permalink
Merge branch 'master' into support_arbitrarily_channels
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed Aug 21, 2019
2 parents b22d0c7 + c08695a commit 1dd7e80
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 1dd7e80

Please sign in to comment.