Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pdbfixer
Overview
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pdbfixer
Commits
11ad578b
Commit
11ad578b
authored
Aug 04, 2015
by
Chodera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix issues with travis-ci and binstar upload of dev package.
parent
e546d5a5
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
9 additions
and
13 deletions
+9
-13
.travis.yml
+2
-3
devtools/travis-ci/README.md
+0
-0
devtools/travis-ci/after_success.sh
+5
-9
devtools/travis-ci/install.sh
+2
-1
No files found.
.travis.yml
View file @
11ad578b
...
...
@@ -13,7 +13,7 @@ env:
-
secure
:
"
T7qEO3BVXdEP3J4bqE8X882KrdGD4L0cwbAjX/SZMm8e8bG/qmv7XWkxIDp/HakR5GlGr3EBGQDJi5g2CbmFwHjxXMbZ4Y0a3dvoCvfdBNUpBZcjPSil2X976aEkTR1MAL8X7VjuY4lwogqO2WU7Kzm1QaFWjWEl1fV/zxHYN9w="
install
:
-
source devtools/ci/install.sh
-
source devtools/
travis-
ci/install.sh
-
export PYTHONUNBUFFERED=true
script
:
...
...
@@ -26,6 +26,5 @@ after_script:
after_success
:
-
echo "after_success"
# Upload conda dev package to binstar if all tests pass.
-
bash devtools/ci/after_sucess.sh
-
bash devtools/travis-ci/after_success.sh
devtools/ci/README.md
→
devtools/
travis-
ci/README.md
View file @
11ad578b
File moved
devtools/
ci/after_su
cess.sh
→
devtools/
travis-ci/after_suc
cess.sh
View file @
11ad578b
#!/bin/bash
echo
$TRAVIS_PULL_REQUEST
$TRAVIS_BRANCH
echo
"Travis pull request:
$TRAVIS_PULL_REQUEST
"
echo
"Travis branch:
$TRAVIS_BRANCH
"
if
[[
"
$TRAVIS_PULL_REQUEST
"
==
"true"
]]
;
then
echo
"This is a pull request. No deployment will be done."
;
exit
0
...
...
@@ -12,11 +13,6 @@ if [[ "$TRAVIS_BRANCH" != "master" ]]; then
fi
if
[[
"2.7 3.3"
=
~
"
$python
"
]]
;
then
conda install
--yes
binstar jinja2
binstar
-t
$BINSTAR_TOKEN
upload
--force
-u
omnia
-p
pdbfixer-dev
$HOME
/miniconda/conda-bld/
*
/pdbfixer-dev-
*
.tar.bz2
fi
if
[[
"
$python
"
!=
"2.7"
]]
;
then
echo
"No deploy on PYTHON_VERSION=
${
python
}
"
;
exit
0
fi
# Deploy to binstar.
conda install
--yes
anaconda-client jinja2
binstar
-t
$BINSTAR_TOKEN
upload
--force
-u
omnia
-p
pdbfixer-dev
$HOME
/miniconda/conda-bld/
*
/pdbfixer-dev-
*
.tar.bz2
devtools/ci/install.sh
→
devtools/
travis-
ci/install.sh
View file @
11ad578b
...
...
@@ -13,4 +13,5 @@ export PATH=$HOME/miniconda/bin:$PATH
conda update
--yes
conda
conda config
--add
channels http://conda.binstar.org/omnia
conda install
--yes
conda-build jinja2 binstar pip
conda install
--yes
conda-build jinja2 anaconda-client pip
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