Browse Source

Update azure-pipelines.yml

pull/2122/head
Martin Kroeker GitHub 7 years ago
parent
commit
ca772a6426
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      azure-pipelines.yml

+ 1
- 2
azure-pipelines.yml View File

@@ -13,9 +13,8 @@ steps:
- script: echo Hello, world!
displayName: 'Run a one-line script'

#- script: |
- script: |
docker run --rm --privileged multiarch/qemu-user-static:register --reset

echo "FROM openblas/alpine:arm32
COPY . /tmp/openblas
RUN mkdir /tmp/openblas/build && \


Loading…
Cancel
Save