Skip to content

Commit a82d7dd

Browse files
committed
test aarch64 build
1 parent 6454d36 commit a82d7dd

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,20 @@ jobs:
316316
- USE_CCACHE=0
317317
cache:
318318
directories: $HOME/.ccache
319+
- os: linux
320+
arch: arm64
321+
language: generic
322+
dist: xenial
323+
services: docker
324+
env:
325+
- MB_PYTHON_VERSION=3.8
326+
- PLAT=aarch64
327+
- ENABLE_CONTRIB=0
328+
- ENABLE_HEADLESS=0
329+
- TEST_DEPENDS=numpy==1.17.3
330+
- USE_CCACHE=0
331+
cache:
332+
directories: $HOME/.ccache
319333

320334
# headless builds for Linux
321335
- os: linux

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ A: It's easier for users to understand ``opencv-python`` than ``cv2`` and it mak
7777
## Documentation for opencv-python
7878

7979
[![AppVeyor CI test status (Windows)](https://img.shields.io/appveyor/ci/skvark/opencv-python.svg?maxAge=3600&label=Windows)](https://ci.appveyor.com/project/skvark/opencv-python)
80-
[![Travis CI test status (Linux and macOS)](https://img.shields.io/travis/skvark/opencv-python.svg?maxAge=3600&label=Linux+macOS)](https://travis-ci.org/skvark/opencv-python)
80+
[![Travis CI test status (Linux and macOS)](https://img.shields.io/travis/skvark/opencv-python.svg?maxAge=3600&label=Linux+macOS)](https://travis-ci.com/skvark/opencv-python.svg?branch=master)
8181

8282
The aim of this repository is to provide means to package each new [OpenCV release](https://github.com/opencv/opencv/releases) for the most used Python versions and platforms.
8383

0 commit comments

Comments
 (0)