mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-04 23:59:56 +00:00
Enable Mac pipeline
This commit is contained in:
parent
89618e8f1e
commit
53ce3e7b55
1 changed files with 15 additions and 1 deletions
|
|
@ -96,4 +96,18 @@ jobs:
|
|||
filename: rd
|
||||
arguments: '/s /q $(Agent.BuildDirectory)'
|
||||
continueOnError: true
|
||||
condition: always()
|
||||
condition: always()
|
||||
|
||||
- job: MacOS_CI_Dev
|
||||
pool:
|
||||
vmImage: 'macOS-10.13'
|
||||
|
||||
steps:
|
||||
- script: |
|
||||
sudo xcode-select --switch /Applications/Xcode_10.app/Contents/Developer
|
||||
./build.sh --skip_submodule_sync --parallel
|
||||
displayName: 'Command Line Script'
|
||||
|
||||
- script: 'sudo rm -rf $(Agent.BuildDirectory)'
|
||||
displayName: 'Clean build folders/files'
|
||||
condition: always()
|
||||
|
|
|
|||
Loading…
Reference in a new issue