File tree Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Expand file tree Collapse file tree 1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -25,23 +25,23 @@ install:
25
25
- sudo git pull
26
26
- popd
27
27
28
- before_script :
29
- - ' export INSTALL_DEST=${INSTALL_DEST:-/opt/python}'
30
- - export LSB_RELEASE=$(lsb_release -rs 2>/dev/null || sw_vers -productVersion | sed 's/^\([0-9][0-9]*.[0-9][0-9]*\).*/\1/')'
31
- - ' export OS_NAME=${OS_NAME:-$((lsb_release -is || echo "osx") | tr "A-Z" "a-z")}'
32
- - ' export ARCH=${ARCH:-$(uname -m)}'
33
- - ' export PACKAGES=${PACKAGES:-pip numpy nose pytest mock wheel}'
34
-
35
- script : ./build-python
36
-
37
- after_success : ./create-archive
38
-
39
- after_failure :
40
- - cat /tmp/python-build.*.log
41
-
42
- addons :
43
- artifacts :
44
- paths :
45
- - $LSB_RELEASE/
46
- target_paths :
47
- - /binaries/$OS_NAME/$LSB_RELEASE/$ARCH
28
+ before_script :
29
+ - ' export INSTALL_DEST=${INSTALL_DEST:-/opt/python}'
30
+ - export LSB_RELEASE=$(lsb_release -rs 2>/dev/null || sw_vers -productVersion | sed 's/^\([0-9][0-9]*.[0-9][0-9]*\).*/\1/')'
31
+ - ' export OS_NAME=${OS_NAME:-$((lsb_release -is || echo "osx") | tr "A-Z" "a-z")}'
32
+ - ' export ARCH=${ARCH:-$(uname -m)}'
33
+ - ' export PACKAGES=${PACKAGES:-pip numpy nose pytest mock wheel}'
34
+
35
+ script : ./build-python
36
+
37
+ after_success : ./create-archive
38
+
39
+ after_failure :
40
+ - cat /tmp/python-build.*.log
41
+
42
+ addons :
43
+ artifacts :
44
+ paths :
45
+ - $LSB_RELEASE/
46
+ target_paths :
47
+ - /binaries/$OS_NAME/$LSB_RELEASE/$ARCH
You can’t perform that action at this time.
0 commit comments