Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
flatbuffers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
flatbuffers
Commits
b24f2016
Commit
b24f2016
authored
Dec 28, 2017
by
Wouter van Oortmerssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disabled python in travis.yml pending fix.
Change-Id: I6d2a9cc8b32c531d4a1e272ddf29974a0a1a2ee3
parent
1d73b3b9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
24 deletions
+24
-24
.travis.yml
.travis.yml
+24
-24
No files found.
.travis.yml
View file @
b24f2016
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment