Skip to content

Commit

Permalink
Attempt to use cmake 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
daquexian committed May 6, 2019
1 parent 7814384 commit 84557ca
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ci/build_onnx2bnn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -e

mkdir build_onnx2bnn && cd build_onnx2bnn
cmake ..
cmake --build . -- -j$(nproc)
# azure pipeline image aliases cmake to their cmake 3.12
/usr/bin/cmake ..
/usr/bin/cmake --build . -- -j$(nproc)
cd -

0 comments on commit 84557ca

Please sign in to comment.