This is an automated email from the ASF dual-hosted git repository.
chrisr pushed a commit to branch feature/QPID-8517-parallel-ci-py2-py3
in repository https://gitbox.apache.org/repos/asf/qpid-cpp.git
The following commit(s) were added to
refs/heads/feature/QPID-8517-parallel-ci-py2-py3 by this push:
new a908c2d QPID-8517 Build and test in parallel for python2 and python3
a908c2d is described below
commit a908c2db3afc29b0b192682f06a8ae875ef80bc5
Author: Chris Richardson <[email protected]>
AuthorDate: Sun Apr 11 16:37:17 2021 +0100
QPID-8517 Build and test in parallel for python2 and python3
---
.travis.yml | 26 +++++++++++++++++++++++++-
1 file changed, 25 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index f39094f..cfd25a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,6 +1,6 @@
os:
- linux
-distro: bionic
+distro: xenial
language:
- cpp
cache: ccache
@@ -8,6 +8,21 @@ cache: ccache
jobs:
include:
- name: "Build and test under python2"
+ addons:
+ apt:
+ packages:
+ - libboost-dev
+ - libboost-program-options-dev
+ - libboost-system-dev
+ - libboost-test-dev
+ - uuid-dev
+ - libnss3-dev
+ - libnss3-tools
+ - libsasl2-dev
+ - sasl2-bin
+ - swig
+ - valgrind
+ - ruby
before_script:
- mkdir Build
- cd Build
@@ -18,9 +33,18 @@ jobs:
addons:
apt:
packages:
+ - libboost-dev
- libboost-program-options-dev
- libboost-system-dev
- libboost-test-dev
+ - uuid-dev
+ - libnss3-dev
+ - libnss3-tools
+ - libsasl2-dev
+ - sasl2-bin
+ - swig
+ - valgrind
+ - ruby
before_script:
- mkdir Build
- cd Build
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]