Skip to content

Commit

Permalink
OSX build trial N.11
Browse files Browse the repository at this point in the history
  • Loading branch information
darioizzo committed Sep 14, 2019
1 parent 8dc0759 commit fb596f0
Showing 1 changed file with 79 additions and 79 deletions.
158 changes: 79 additions & 79 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ 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="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:
Expand All @@ -25,81 +25,81 @@ matrix:
# 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: xcode11
- env: PAGMO_PLUGINS_NONFREE_BUILD="OSXPython27"
os: osx
osx_image: xcode11
# - 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: xcode11
- env: PAGMO_PLUGINS_NONFREE_BUILD="OSXPython27"
os: osx
osx_image: xcode11

script:
- mkdir build
Expand Down

0 comments on commit fb596f0

Please sign in to comment.