From 6d77bc64b35382a25d1128bd9169db8433a17686 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Wed, 8 May 2019 19:49:35 +0200 Subject: [PATCH] Set up CI with Azure Pipelines [skip ci] --- azure-pipelines.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0b1ba16fd..1e2f3e225 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 && \