Browse Source

Set up CI with Azure Pipelines

[skip ci]
pull/2122/head
Martin Kroeker 7 years ago
parent
commit
6d77bc64b3
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      azure-pipelines.yml

+ 1
- 5
azure-pipelines.yml View File

@@ -14,12 +14,8 @@ steps:
displayName: 'Run a one-line script'

#- script: |
# docker run --rm --privileged multiarch/qemu-user-static:register --reset
# ls /proc/sys/fs/binfmt_misc/
# condition: not(startsWith(variables['CONFIG'], 'linux_64'))
# displayName: 'Configure binfmt_misc'
docker run --rm --privileged multiarch/qemu-user-static:register --reset

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


Loading…
Cancel
Save