Skip to content

Commit

Permalink
All Travis activated
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed Sep 15, 2019
1 parent 51dbde7 commit 0129d13
Showing 1 changed file with 85 additions and 85 deletions.
170 changes: 85 additions & 85 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,91 +9,91 @@ env:

matrix:
include:
# - env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py37" DOCKER_IMAGE="pagmo2/manylinux1_x86_64_with_deps"
# sudo: required
# services:
# - docker
# - env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py36" DOCKER_IMAGE="pagmo2/manylinux1_x86_64_with_deps"
# sudo: required
# services:
# - docker
# - env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py27" DOCKER_IMAGE="pagmo2/manylinux1_x86_64_with_deps"
# sudo: required
# services:
# - docker
# - env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py27mu" DOCKER_IMAGE="pagmo2/manylinux1_x86_64_with_deps"
# sudo: required
# services:
# - docker
# - env: PAGMO_PLUGINS_NONFREE_BUILD="DebugGCC"
# dist: bionic
# compiler: gcc
# os: linux
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - binutils-gold
# - env: PAGMO_PLUGINS_NONFREE_BUILD="ReleaseGCC"
# dist: bionic
# compiler: gcc
# os: linux
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - binutils-gold
# - env: PAGMO_PLUGINS_NONFREE_BUILD="CoverageGCC"
# dist: bionic
# compiler: gcc
# os: linux
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - binutils-gold
# - env: PAGMO_PLUGINS_NONFREE_BUILD="ReleaseClang"
# dist: bionic
# compiler: clang
# os: linux
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - clang-7
# - env: PAGMO_PLUGINS_NONFREE_BUILD="DebugClang"
# dist: bionic
# compiler: clang
# os: linux
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - clang-7
# - env: PAGMO_PLUGINS_NONFREE_BUILD="Python37"
# - dist: bionic
# compiler: gcc
# os: linux
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# - env: PAGMO_PLUGINS_NONFREE_BUILD="Python27"
# compiler: gcc
# os: linux
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# - env: PAGMO_PLUGINS_NONFREE_BUILD="OSXDebug"
# os: osx
# - env: PAGMO_PLUGINS_NONFREE_BUILD="OSXRelease"
# os: osx
- env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py37" DOCKER_IMAGE="pagmo2/manylinux1_x86_64_with_deps"
sudo: required
services:
- docker
- env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py36" DOCKER_IMAGE="pagmo2/manylinux1_x86_64_with_deps"
sudo: required
services:
- docker
- env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py27" DOCKER_IMAGE="pagmo2/manylinux1_x86_64_with_deps"
sudo: required
services:
- docker
- env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py27mu" DOCKER_IMAGE="pagmo2/manylinux1_x86_64_with_deps"
sudo: required
services:
- docker
- env: PAGMO_PLUGINS_NONFREE_BUILD="DebugGCC"
dist: bionic
compiler: gcc
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- binutils-gold
- env: PAGMO_PLUGINS_NONFREE_BUILD="ReleaseGCC"
dist: bionic
compiler: gcc
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- binutils-gold
- env: PAGMO_PLUGINS_NONFREE_BUILD="CoverageGCC"
dist: bionic
compiler: gcc
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- binutils-gold
- env: PAGMO_PLUGINS_NONFREE_BUILD="ReleaseClang"
dist: bionic
compiler: clang
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- clang-7
- env: PAGMO_PLUGINS_NONFREE_BUILD="DebugClang"
dist: bionic
compiler: clang
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- clang-7
- env: PAGMO_PLUGINS_NONFREE_BUILD="Python37"
- dist: bionic
compiler: gcc
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- env: PAGMO_PLUGINS_NONFREE_BUILD="Python27"
compiler: gcc
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
- env: PAGMO_PLUGINS_NONFREE_BUILD="OSXDebug"
os: osx
- env: PAGMO_PLUGINS_NONFREE_BUILD="OSXRelease"
os: osx
- env: PAGMO_PLUGINS_NONFREE_BUILD="OSXPython37"
os: osx
osx_image: xcode6.4
Expand Down

0 comments on commit 0129d13

Please sign in to comment.