mirror of
https://github.com/google/flatbuffers.git
synced 2026-07-05 06:57:03 +00:00
Disabled python in travis.yml pending fix.
Change-Id: I6d2a9cc8b32c531d4a1e272ddf29974a0a1a2ee3
This commit is contained in:
48
.travis.yml
48
.travis.yml
@@ -4,30 +4,30 @@ env:
|
||||
- GCC_VERSION="4.9"
|
||||
matrix:
|
||||
include:
|
||||
- language: python
|
||||
python: "2.7"
|
||||
install:
|
||||
- "pip install wheel twine"
|
||||
script:
|
||||
- "cd python/"
|
||||
- 'VERSION="$TRAVIS_TAG" python setup.py sdist bdist_wheel'
|
||||
- "cd ../"
|
||||
deploy:
|
||||
# Checkpointed release builds.
|
||||
- provider: script
|
||||
script: .travis/deploy-python.sh
|
||||
skip_cleanup: true
|
||||
on:
|
||||
tags: true
|
||||
# all_branches must be set with tags: true. See below post:
|
||||
# https://stackoverflow.com/a/27775257/1076585
|
||||
all_branches: true
|
||||
# Produce a new build for the cutting edge when master changes.
|
||||
- provider: script
|
||||
script: .travis/deploy-python.sh
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
#- language: python
|
||||
# python: "2.7"
|
||||
# install:
|
||||
# - "pip install wheel twine"
|
||||
# script:
|
||||
# - "cd python/"
|
||||
# - 'VERSION="$TRAVIS_TAG" python setup.py sdist bdist_wheel'
|
||||
# - "cd ../"
|
||||
# deploy:
|
||||
# # Checkpointed release builds.
|
||||
# - provider: script
|
||||
# script: .travis/deploy-python.sh
|
||||
# skip_cleanup: true
|
||||
# on:
|
||||
# tags: true
|
||||
# # all_branches must be set with tags: true. See below post:
|
||||
# # https://stackoverflow.com/a/27775257/1076585
|
||||
# all_branches: true
|
||||
# # Produce a new build for the cutting edge when master changes.
|
||||
# - provider: script
|
||||
# script: .travis/deploy-python.sh
|
||||
# skip_cleanup: true
|
||||
# on:
|
||||
# branch: master
|
||||
- language: cpp
|
||||
os:
|
||||
- linux
|
||||
|
||||
Reference in New Issue
Block a user