8000 try with new images · ArtificialZeng/opencv-python@83ace3c · GitHub
[go: up one dir, main page]

Skip to content

Commit 83ace3c

Browse files
committed
try with new images
1 parent 98fa4b1 commit 83ace3c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.travis.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,21 @@ jobs:
367367
- USE_CCACHE=0
368368
cache:
369369
directories: $HOME/.ccache
370-
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+
371385
# headless builds for Linux
372386
- os: linux
373387
language: generic

0 commit comments

Comments
 (0)
0