Skip to content

Commit

Permalink
Remove python-relevant ci code
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed Aug 20, 2019
1 parent 8d00fa8 commit e29ebeb
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 46 deletions.
17 changes: 6 additions & 11 deletions ci/onnx2bnn_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,29 +51,24 @@ jobs:
steps:
- checkout: self
submodules: true
- template: template_onnx2bnn_build_python_all_version.yml
- task: CopyFiles@2
inputs:
sourceFolder: '.setuptools-cmake-build\tools\onnx2bnn\Release\'
contents: 'onnx2bnn.exe'
targetFolder: $(Build.ArtifactStagingDirectory)
- bash: ci/build_onnx2bnn.sh
displayName: Build
- template: template_onnx2bnn_publish_artifacts.yml
- template: template_onnx2bnn_github_release.yml
- template: template_onnx2bnn_upload_to_pypi.yml
- job: macOS
pool:
vmImage: 'macOS-10.14'
steps:
- checkout: self
submodules: true
- template: template_onnx2bnn_build_python_all_version.yml
- script: 'cp .setuptools-cmake-build/tools/onnx2bnn/onnx2bnn .setuptools-cmake-build/tools/onnx2bnn/onnx2bnn-macos'
- bash: ci/build_onnx2bnn.sh
displayName: Build
- script: 'cp build_onnx2bnn/tools/onnx2bnn/onnx2bnn build_onnx2bnn/tools/onnx2bnn/onnx2bnn-macos'
displayName: 'Rename onnx2bnn'
- task: CopyFiles@2
inputs:
sourceFolder: '.setuptools-cmake-build/tools/onnx2bnn'
sourceFolder: 'build_onnx2bnn/tools/onnx2bnn'
contents: 'onnx2bnn-macos'
targetFolder: $(Build.ArtifactStagingDirectory)
- template: template_onnx2bnn_publish_artifacts.yml
- template: template_onnx2bnn_github_release.yml
- template: template_onnx2bnn_upload_to_pypi.yml
6 changes: 0 additions & 6 deletions ci/template_onnx2bnn_build_python.yml

This file was deleted.

20 changes: 0 additions & 20 deletions ci/template_onnx2bnn_build_python_all_version.yml

This file was deleted.

9 changes: 0 additions & 9 deletions ci/template_onnx2bnn_upload_to_pypi.yml

This file was deleted.

0 comments on commit e29ebeb

Please sign in to comment.