fix tabbing in azure commands
This commit is contained in:
parent
3a49e8c05a
commit
5cf434167a
|
@ -17,7 +17,7 @@ steps:
|
||||||
docker run --rm --privileged multiarch/qemu-user-static:register --reset
|
docker run --rm --privileged multiarch/qemu-user-static:register --reset
|
||||||
ls /proc/sys/fs/binfmt_misc/
|
ls /proc/sys/fs/binfmt_misc/
|
||||||
condition: not(startsWith(variables['CONFIG'], 'linux_64'))
|
condition: not(startsWith(variables['CONFIG'], 'linux_64'))
|
||||||
displayName: Configure binfmt_misc
|
displayName: 'Configure binfmt_misc'
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
echo "FROM openblas/alpine:arm32
|
echo "FROM openblas/alpine:arm32
|
||||||
|
@ -32,7 +32,7 @@ steps:
|
||||||
-D CMAKE_BUILD_TYPE=Release ../ && \
|
-D CMAKE_BUILD_TYPE=Release ../ && \
|
||||||
cmake --build ." > Dockerfile
|
cmake --build ." > Dockerfile
|
||||||
docker build .
|
docker build .
|
||||||
|
displayname: 'Run ARMV6 docker build'
|
||||||
#- script: |
|
#- script: |
|
||||||
# echo Add other tasks to build, test, and deploy your project.
|
# echo Add other tasks to build, test, and deploy your project.
|
||||||
# echo See https://aka.ms/yaml
|
# echo See https://aka.ms/yaml
|
||||||
|
|
Loading…
Reference in New Issue