Update azure-pipelines.yml
This commit is contained in:
parent
36d6154c56
commit
c1c14d42cd
|
@ -288,9 +288,10 @@ jobs:
|
|||
ls -l build
|
||||
cmake -G ""Xcode"" -DCMAKE_TOOLCHAIN_FILE="conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="OpenBLAS" -DNOFORTRAN="ON" -DBUILD_WITHOUT_LAPACK="ON" \
|
||||
-DBUILD_LAPACK_DEPRECATED="OFF" -DBUILD_TESTING="OFF" -DUSE_THREAD="ON" -DMSVC_STATIC_CRT="OFF" -DBUILD_STATIC_LIBS="ON" -DBUILD_SHARED_LIBS="OFF" \
|
||||
-DONLY_CBLAS="1" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" "s"
|
||||
ls -l build
|
||||
xcodebuild -project s.xcodeproj build -target ALL_BUILD -configuration RelWithDebInfo -hideShellScriptEnvironment
|
||||
-DONLY_CBLAS="1" -DCMAKE_POLICY_DEFAULT_CMP0091="NEW" "OpenBLAS"
|
||||
ls -l
|
||||
ln -s . OpenBLAS
|
||||
xcodebuild -project OpenBLAS.xcodeproj build -target ALL_BUILD -configuration RelWithDebInfo -hideShellScriptEnvironment
|
||||
ls -l build
|
||||
ls -l build/lib
|
||||
cmake --install build
|
||||
|
|
Loading…
Reference in New Issue