Browse Source

Update azure-pipelines.yml

tags/v0.3.7
Martin Kroeker GitHub 6 years ago
parent
commit
ad20ceaa68
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 7 deletions
  1. +5
    -7
      azure-pipelines.yml

+ 5
- 7
azure-pipelines.yml View File

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

- script: |
docker run --rm --privileged multiarch/qemu-user-static:register --reset
#- 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'

- script: |
echo "FROM openblas/alpine:arm32
echo "FROM openblas/alpine:arm32
COPY . /tmp/openblas
RUN mkdir /tmp/openblas/build && \
cd /tmp/openblas/build && \
@@ -31,10 +31,8 @@ steps:
-D BUILD_WITHOUT_CBLAS=ON \
-D CMAKE_BUILD_TYPE=Release ../ && \
cmake --build ." > Dockerfile
docker build .
# displayName: 'Run ARMV6 docker build'
docker build .
displayName: Run ARMV6 docker build

#- script: |
# echo Add other tasks to build, test, and deploy your project.


Loading…
Cancel
Save