File tree Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Expand file tree Collapse file tree 1 file changed +14
-4
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
3
+ matrix :
4
+ include :
5
+ - sudo : required
6
+ services :
7
+ - docker
8
+ env :
9
+ - RELEASE=trusty
10
+ - sudo : required
11
+ - RELEASE=precise
12
+
3
13
env :
4
14
global :
5
15
- VERSION='3.6-dev'
@@ -23,9 +33,9 @@ script:
23
33
- popd
24
34
25
35
after_success :
26
- - mkdir $HOME/archive
27
- - tar cjf $HOME/archive/python-$ALIAS.tar.bz2 $INSTALL_DEST/$VERSION $INSTALL_DEST/$ALIAS $HOME/virtualenv/python$VERSION $HOME/virtualenv/python$ALIAS
28
- - ls -lh $HOME/archive/python-$ALIAS.tar.bz2
36
+ - mkdir $HOME/archive/$(lsb_release -rs)
37
+ - tar cjf $HOME/archive/$(lsb_release -rs)/ python-$ALIAS.tar.bz2 $INSTALL_DEST/$VERSION $INSTALL_DEST/$ALIAS $HOME/virtualenv/python$VERSION $HOME/virtualenv/python$ALIAS
38
+ - ls -lh $HOME/archive/$(lsb_release -rs)/ python-$ALIAS.tar.bz2
29
39
30
40
after_failure :
31
41
- cat /tmp/python-build.*.log
@@ -35,7 +45,7 @@ deploy:
35
45
access_key_id : $ARTIFACTS_KEY
36
46
secret_access_key : $ARTIFACTS_SECRET
37
47
bucket : $ARTIFACTS_BUCKET
38
- local_dir : $HOME/archive
48
+ local_dir : $HOME/archive/$(lsb_release -rs)
39
49
on :
40
50
all_branches : true
41
51
acl : public_read
You can’t perform that action at this time.
0 commit comments