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 5efd15b QPID-8517 Build and test in parallel for python2 and python3
5efd15b is described below
commit 5efd15bd74407e633c406c2dbabc0ec6da74e364
Author: Chris Richardson <[email protected]>
AuthorDate: Sun Apr 11 17:12:24 2021 +0100
QPID-8517 Build and test in parallel for python2 and python3
---
.travis.yml | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 92d9b6a..4404f26 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -57,7 +57,30 @@ jobs:
- cd Build
- pyenv install --list
- pyenv install 3.6.3
- - PYENV_VERSION="3.6" cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install
+ - PYENV_VERSION="3.6.3" cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install
+ script:
+ - make -j$(nproc) && make install && ctest -V
+ - name: "Build and test under python3 (system)"
+ addons:
+ apt:
+ packages:
+ - libboost-dev
+ - libboost-program-options-dev
+ - libboost-system-dev
+ - libboost-test-dev
+ - uuid-dev
+ - libnss3-dev
+ - libnss3-tools
+ - libsasl2-dev
+ - python3-dev
+ - sasl2-bin
+ - swig
+ - valgrind
+ - ruby
+ before_script:
+ - mkdir Build
+ - cd Build
+ - PYENV_VERSION="system cmake .. -DCMAKE_INSTALL_PREFIX=$PWD/install
script:
- make -j$(nproc) && make install && ctest -V
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]