Skip to content

Commit

Permalink
Merge pull request #77 from ossdev07/master
Browse files Browse the repository at this point in the history
ARM64: Add ARM64 jobs in Travis-CI
  • Loading branch information
MatthieuDartiailh committed Dec 27, 2019
2 parents 4858730 + 9d650dd commit 2040c9f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Expand Up @@ -22,6 +22,15 @@ jobs:
python: 3.7
- name: "run test suite with python 3.8"
python: 3.8
- name: "run test suite with python 3.6 on ARM64"
arch: arm64
python: 3.6
- name: "run test suite with python 3.7 on ARM64"
arch: arm64
python: 3.7
- name: "run test suite with python 3.8 on ARM64"
arch: arm64
python: 3.8

env:
- CPPFLAGS=--coverage
Expand All @@ -38,4 +47,3 @@ after_success:
- lcov --list coverage.info
# Uploading to CodeCov but excluding gcov reports
- bash <(curl -s https://codecov.io/bash) -f "!*.gcov" -X gcov || echo "Codecov did not collect coverage reports"

0 comments on commit 2040c9f

Please sign in to comment.