aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorPjotr Prins2020-11-29 08:52:27 +0000
committerPjotr Prins2020-11-29 09:52:31 +0000
commitfeacf0ec3cedaa3cecadd67674ca673d1bfa962e (patch)
treeb9d6bc06bf30c9eaab8e875daa1f573b3da8ad72 /.travis.yml
parent97916ac7b238f574040661d5b65dd39fccf12bfd (diff)
downloadpangemma-feacf0ec3cedaa3cecadd67674ca673d1bfa962e.tar.gz
Travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ead5d29..b47556a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,6 @@ matrix:
- os: linux
arch:
- amd64
- - arm64
compiler: gcc
addons:
apt:
@@ -24,6 +23,17 @@ matrix:
- libopenblas-dev
- os: osx
compiler: clang
+ - os: linux
+ arch:
+ - arm64
+ compiler: gcc
+ addons:
+ apt:
+ sources:
+ - ubuntu-toolchain-r-test
+ packages:
+ - libgsl-dev
+ - libopenblas-dev
script:
- echo $MATRIX_EVAL
- eval "${MATRIX_EVAL}"