Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg committed May 8, 2019
1 parent dd77a3f commit ad20cea
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions azure-pipelines.yml
Expand Up @@ -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 && \
Expand All @@ -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.
Expand Down

0 comments on commit ad20cea

Please sign in to comment.