Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2023-06-14 11:34:09 +02:00 committed by GitHub
parent 38b93a1b3d
commit b57bad4e36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -282,7 +282,7 @@ jobs:
brew update
brew install conan
conan profile detect
wget https://gist.github.com/martin-frbg/dae99830b42cfc5bf4e805df211875e1/raw/1022a66850773860120ce366d7d5c1668d1a7c5d/conanfile.py
wget https://gist.githubusercontent.com/martin-frbg/dae99830b42cfc5bf4e805df211875e1/raw/7c125c26bab077ca412eea60cd7d5d9b6931490f/conanfile.py
conan build .
# echo -e "from conan import ConanFile, CMake\n\nclass OpenBLASConan(ConanFile):\n def build(self):\n tc=CMakeToolchain(self)\n tc.generate\n\n cmake=CMake(self)\n cmake.configure()\n cmake.build()\n" >conanfile.py
# conan build .