Update azure-pipelines.yml
This commit is contained in:
parent
257bd65b2e
commit
950937c36a
|
@ -1,4 +1,4 @@
|
||||||
trigger:
|
trigger:
|
||||||
# start a new build for every push
|
# start a new build for every push
|
||||||
batch: False
|
batch: False
|
||||||
branches:
|
branches:
|
||||||
|
@ -297,7 +297,7 @@ jobs:
|
||||||
/Applications/Xcode_11.7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --version
|
/Applications/Xcode_11.7.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang --version
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DTARGET=ARMV8 -DDYNAMIC_ARCH=1 -DNUM_THREADS=32 NOFORTRAN=1 ..
|
cmake -DTARGET=ARMV8 -DDYNAMIC_ARCH=1 -DCMAKE_C_COMPILER=clang -DNUM_THREADS=32 NOFORTRAN=1 ..
|
||||||
make
|
make
|
||||||
|
|
||||||
- job: ALPINE_MUSL
|
- job: ALPINE_MUSL
|
||||||
|
|
Loading…
Reference in New Issue