Update azure-pipelines.yml
This commit is contained in:
parent
dd77a3f0e2
commit
ad20ceaa68
|
@ -13,8 +13,8 @@ steps:
|
||||||
- script: echo Hello, world!
|
- script: echo Hello, world!
|
||||||
displayName: 'Run a one-line script'
|
displayName: 'Run a one-line script'
|
||||||
|
|
||||||
- script: |
|
#- script: |
|
||||||
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'
|
||||||
|
@ -32,9 +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
|
||||||
|
|
||||||
# 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.
|
||||||
|
|
Loading…
Reference in New Issue