Skip to content

Commit

Permalink
Restoring all builds in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed Jan 17, 2019
1 parent 8071a93 commit 6d342b7
Showing 1 changed file with 91 additions and 91 deletions.
182 changes: 91 additions & 91 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,33 @@ env:

matrix:
include:
#- env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py27" DOCKER_IMAGE="quay.io/pypa/manylinux1_x86_64"
# sudo: required
# services:
# - docker
#- env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py36" DOCKER_IMAGE="quay.io/pypa/manylinux1_x86_64"
# sudo: required
# services:
# - docker
#- env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py35" DOCKER_IMAGE="quay.io/pypa/manylinux1_x86_64"
# sudo: required
# services:
# - docker
#- env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py37" DOCKER_IMAGE="quay.io/pypa/manylinux1_x86_64"
# sudo: required
# services:
# - docker
#- env: PAGMO_PLUGINS_NONFREE_BUILD="DebugGCC48"
# compiler: gcc
# os: linux
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - gcc-4.8
# - g++-4.8
# - binutils-gold
- env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py27" DOCKER_IMAGE="quay.io/pypa/manylinux1_x86_64"
sudo: required
services:
- docker
- env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py36" DOCKER_IMAGE="quay.io/pypa/manylinux1_x86_64"
sudo: required
services:
- docker
- env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py35" DOCKER_IMAGE="quay.io/pypa/manylinux1_x86_64"
sudo: required
services:
- docker
- env: PAGMO_PLUGINS_NONFREE_BUILD="manylinux64Py37" DOCKER_IMAGE="quay.io/pypa/manylinux1_x86_64"
sudo: required
services:
- docker
- env: PAGMO_PLUGINS_NONFREE_BUILD="DebugGCC48"
compiler: gcc
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
- binutils-gold
- env: PAGMO_PLUGINS_NONFREE_BUILD="ReleaseGCC48"
compiler: gcc
os: linux
Expand All @@ -47,38 +47,38 @@ matrix:
- gcc-4.8
- g++-4.8
- binutils-gold
#- env: PAGMO_PLUGINS_NONFREE_BUILD="CoverageGCC5"
# compiler: gcc
# os: linux
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - gcc-5
# - g++-5
# - binutils-gold
#- env: PAGMO_PLUGINS_NONFREE_BUILD="DebugGCC6"
# compiler: gcc
# os: linux
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - gcc-6
# - g++-6
# - binutils-gold
#- env: PAGMO_PLUGINS_NONFREE_BUILD="DebugClang38"
# compiler: clang
# os: linux
# addons:
# apt:
# sources:
# - llvm-toolchain-precise-3.8
# - ubuntu-toolchain-r-test
# packages:
# - clang-3.8
- env: PAGMO_PLUGINS_NONFREE_BUILD="CoverageGCC5"
compiler: gcc
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-5
- g++-5
- binutils-gold
- env: PAGMO_PLUGINS_NONFREE_BUILD="DebugGCC6"
compiler: gcc
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-6
- g++-6
- binutils-gold
- env: PAGMO_PLUGINS_NONFREE_BUILD="DebugClang38"
compiler: clang
os: linux
addons:
apt:
sources:
- llvm-toolchain-precise-3.8
- ubuntu-toolchain-r-test
packages:
- clang-3.8
- env: PAGMO_PLUGINS_NONFREE_BUILD="ReleaseClang38"
compiler: clang
os: linux
Expand All @@ -89,38 +89,38 @@ matrix:
- ubuntu-toolchain-r-test
packages:
- clang-3.8
#- env: PAGMO_PLUGINS_NONFREE_BUILD="Python36"
# compiler: gcc
# os: linux
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - gcc-4.8
# - g++-4.8
#- env: PAGMO_PLUGINS_NONFREE_BUILD="Python27"
# compiler: gcc
# os: linux
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - gcc-4.8
# - g++-4.8
#- env: PAGMO_PLUGINS_NONFREE_BUILD="OSXDebug"
# os: osx
# osx_image: xcode6.4
#- env: PAGMO_PLUGINS_NONFREE_BUILD="OSXRelease"
# os: osx
# osx_image: xcode6.4
#- env: PAGMO_BUILD="OSXPython36"
# os: osx
# osx_image: xcode6.4
#- env: PAGMO_BUILD="OSXPython27"
# os: osx
# osx_image: xcode6.4
- env: PAGMO_PLUGINS_NONFREE_BUILD="Python36"
compiler: gcc
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
- env: PAGMO_PLUGINS_NONFREE_BUILD="Python27"
compiler: gcc
os: linux
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8
- env: PAGMO_PLUGINS_NONFREE_BUILD="OSXDebug"
os: osx
osx_image: xcode6.4
- env: PAGMO_PLUGINS_NONFREE_BUILD="OSXRelease"
os: osx
osx_image: xcode6.4
- env: PAGMO_BUILD="OSXPython36"
os: osx
osx_image: xcode6.4
- env: PAGMO_BUILD="OSXPython27"
os: osx
osx_image: xcode6.4
script:
- mkdir build
- cd build
Expand Down

0 comments on commit 6d342b7

Please sign in to comment.