commit 79c2a75b33ee275f49068456ee5260921776b571 parent 320a0bf21df43c4494344571e66570d8a8dcb684 Author: [email protected] <[email protected]> Date: Mon, 11 Mar 2019 15:54:46 +0000 Add AArch64 tests Diffstat:
M | azure-pipelines.yml | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/azure-pipelines.yml b/azure-pipelines.yml @@ -46,6 +46,15 @@ jobs: sudo apt-get update && sudo apt-get install -y ninja-build g++-arm-linux-gnueabihf qemu ci/run.sh build-release -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../cmake/arm.cmake -DARCH_FLAGS=-DLIBC_WORKAROUND_GETS=1 +- job: Linux_ARM64_Clang_Release + pool: + vmImage: 'ubuntu-16.04' + steps: + - bash: | + set -e + sudo apt-get update && sudo apt-get install -y ninja-build g++-aarch64-linux-gnu qemu + ci/run.sh build-release -DCMAKE_CXX_COMPILER=clang++ -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../cmake/aarch64.cmake -DARCH_FLAGS=-DLIBC_WORKAROUND_GETS=1 + - job: macOS_x86_64_Clang_Release strategy: matrix: