Skip to content

Commit

Permalink
Add ARMV6 build to azure CI setup (#2122)
Browse files Browse the repository at this point in the history
using aytekinar's Alpine image and docker script from the Travis setup

[skip ci]
  • Loading branch information
martin-frbg committed May 8, 2019
1 parent ad20cea commit 406c724
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions azure-pipelines.yml
Expand Up @@ -13,19 +13,15 @@ steps:
- script: echo Hello, world!
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'

- script: |
docker run --rm --privileged multiarch/qemu-user-static:register --reset
echo "FROM openblas/alpine:arm32
COPY . /tmp/openblas
RUN mkdir /tmp/openblas/build && \
cd /tmp/openblas/build && \
CC=gcc cmake -D DYNAMIC_ARCH=OFF \
-D TARGET=ARMV6 \
CC=gcc cmake -D DYNAMIC_ARCH=OFF \
-D TARGET=ARMV6 \
-D NOFORTRAN=ON \
-D BUILD_SHARED_LIBS=ON \
-D BUILD_WITHOUT_LAPACK=ON \
-D BUILD_WITHOUT_CBLAS=ON \
Expand Down

0 comments on commit 406c724

Please sign in to comment.