Update azure-pipelines.yml

This commit is contained in:
Martin Kroeker 2019-05-08 19:52:12 +02:00 committed by GitHub
parent 6d77bc64b3
commit ca772a6426
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -13,9 +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
echo "FROM openblas/alpine:arm32 echo "FROM openblas/alpine:arm32
COPY . /tmp/openblas COPY . /tmp/openblas
RUN mkdir /tmp/openblas/build && \ RUN mkdir /tmp/openblas/build && \