We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98fa4b1 commit 83ace3cCopy full SHA for 83ace3c
.travis.yml
@@ -367,7 +367,21 @@ jobs:
367
- USE_CCACHE=0
368
cache:
369
directories: $HOME/.ccache
370
-
+ - os: linux
371
+ arch: arm64
372
+ language: generic
373
+ dist: xenial
374
+ services: docker
375
+ env:
376
+ - MB_PYTHON_VERSION=3.8
377
+ - PLAT=aarch64
378
+ - ENABLE_CONTRIB=0
379
+ - ENABLE_HEADLESS=0
380
+ - TEST_DEPENDS=numpy==1.17.3
381
+ - USE_CCACHE=0
382
+ cache:
383
+ directories: $HOME/.ccache
384
+
385
# headless builds for Linux
386
- os: linux
387
language: generic
0 commit comments