Skip to content

Commit

Permalink
ci: disable python builds on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
maltemoeser committed Apr 11, 2020
1 parent 4b361a9 commit a2ec7b2
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 25 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Expand Up @@ -3,9 +3,6 @@ jobs:
build:
machine:
image: ubuntu-1604:201903-01
branches:
only:
- v0.6
environment:
CC: gcc-7
CXX: g++-7
Expand Down
44 changes: 22 additions & 22 deletions .travis.yml
Expand Up @@ -79,25 +79,25 @@ matrix:
# before_install: .travis/build_osx_cpp.sh
# install: .travis/compile_osx_cpp.sh
# script: .travis/test_parser.sh
- stage: Build Python Module
dist: bionic
compiler: gcc-7
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-7
- g++-7
env:
- CC=gcc-7
- CXX=g++-7
before_install:
- .travis/build_ubuntu_cpp.sh
- .travis/build_ubuntu_python.sh
install:
- .travis/compile_ubuntu_cpp.sh
- .travis/compile_ubuntu_python.sh
script:
- .travis/test_python.sh
- .travis/generate_docs.sh
# - stage: Build Python Module
# dist: bionic
# compiler: gcc-7
# addons:
# apt:
# sources:
# - ubuntu-toolchain-r-test
# packages:
# - gcc-7
# - g++-7
# env:
# - CC=gcc-7
# - CXX=g++-7
# before_install:
# - .travis/build_ubuntu_cpp.sh
# - .travis/build_ubuntu_python.sh
# install:
# - .travis/compile_ubuntu_cpp.sh
# - .travis/compile_ubuntu_python.sh
# script:
# - .travis/test_python.sh
# - .travis/generate_docs.sh

0 comments on commit a2ec7b2

Please sign in to comment.