summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2019-10-22 20:13:47 -0400
committerJeffrey Walton <noloader@gmail.com>2019-10-22 20:13:47 -0400
commit8f6e1563940b43ee3be6f102aedcbff4656c6759 (patch)
tree31f8fbfb899994883a99658e02accf1d245f188c /.travis.yml
parent66321bda105cf5ac144073630e03fe42b9ad52e8 (diff)
downloadcryptopp-git-8f6e1563940b43ee3be6f102aedcbff4656c6759.tar.gz
Use Bionic for ARM64 testing
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cfa8263d..7748e204 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -257,6 +257,7 @@ jobs:
name: Linux with GCC (all)
arch: arm64
compiler: gcc
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=all
@@ -265,6 +266,7 @@ jobs:
name: Linux with GCC (native)
arch: arm64
compiler: gcc
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=native
@@ -273,6 +275,7 @@ jobs:
name: Linux with GCC (no-asm)
arch: arm64
compiler: gcc
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=no-asm
@@ -281,6 +284,7 @@ jobs:
name: Linux with GCC (debug)
arch: arm64
compiler: gcc
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=debug
@@ -289,6 +293,7 @@ jobs:
name: Linux with GCC (asan)
arch: arm64
compiler: gcc
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=asan
@@ -297,6 +302,7 @@ jobs:
name: Linux with GCC (ubsan)
arch: arm64
compiler: gcc
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=ubsan
@@ -305,6 +311,7 @@ jobs:
name: Linux with GCC (pem)
arch: arm64
compiler: gcc
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=pem
@@ -313,6 +320,7 @@ jobs:
name: Linux with GCC (autotools)
arch: arm64
compiler: gcc
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=autotools
@@ -321,6 +329,7 @@ jobs:
name: Linux with GCC (cmake)
arch: arm64
compiler: gcc
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=cmake
@@ -329,6 +338,7 @@ jobs:
name: Linux with Clang (all)
arch: arm64
compiler: clang
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=all
@@ -337,6 +347,7 @@ jobs:
name: Linux with Clang (native)
arch: arm64
compiler: clang
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=native
@@ -345,6 +356,7 @@ jobs:
name: Linux with Clang (no-asm)
arch: arm64
compiler: clang
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=no-asm
@@ -353,6 +365,7 @@ jobs:
name: Linux with Clang (debug)
arch: arm64
compiler: clang
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=debug
@@ -361,6 +374,7 @@ jobs:
name: Linux with Clang (asan)
arch: arm64
compiler: clang
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=asan
@@ -369,6 +383,7 @@ jobs:
name: Linux with Clang (ubsan)
arch: arm64
compiler: clang
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=ubsan
@@ -377,6 +392,7 @@ jobs:
name: Linux with Clang (pem)
arch: arm64
compiler: clang
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=pem
@@ -385,6 +401,7 @@ jobs:
name: Linux with Clang (autotools)
arch: arm64
compiler: clang
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=autotools
@@ -393,6 +410,7 @@ jobs:
name: Linux with Clang (cmake)
arch: arm64
compiler: clang
+ dist: bionic
env:
- BUILD_OS=linux
- BUILD_MODE=cmake