File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,12 @@ pool:
2727steps :
2828 - checkout : self
2929 submodules : true
30- - displayName : Clone ONNX Runtime
31- script : git clone --recursive https://github.com/microsoft/onnxruntime /onnxruntime
32- - displayName : Copy latest DNNLibrary
33- script : rm -rf /onnxruntime/cmake/external/DNNLibrary && cp -r $(Build.SourcesDirectory) /onnxruntime/cmake/external/ DNNLibrary
34- - displayName : Install cmake 3.13 and coreutils
35- script : pip install cmake== 3.13.2.post1 && alias cmake=/usr/local/bin/cmake && cmake --version && brew install coreutils
30+ - script : git clone --recursive https://github.com/microsoft/onnxruntime /onnxruntime
31+ displayName : Clone ONNX Runtime
32+ - script : rm -rf /onnxruntime/cmake/external/DNNLibrary && cp -r $(Build.SourcesDirectory) /onnxruntime/cmake/external/ DNNLibrary
33+ displayName : Copy latest DNNLibrary
34+ - script : pip install cmake== 3.13.2.post1 && alias cmake=/usr/local/bin/cmake && cmake --version && brew install coreutils
35+ displayName : Install cmake 3.13 and coreutils
3636 - script : echo "y" | $ANDROID_HOME/tools/bin/sdkmanager --install 'ndk-bundle'
3737 displayName : Install Android NDK
3838 - script : tools/ci_build/build.py --android --build_dir build --android_ndk $ANDROID_HOME/ndk-bundle --android_abi=x86_64 --skip_submodule_sync --parallel --use_dnnlibrary
You can’t perform that action at this time.
0 commit comments