File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -26,3 +26,24 @@ build_tag_release:
2626 - shasum -a 256 wallycore-android-jni.tar.gz > wallycore-android-jni.tar.gz.sha256
2727 only :
2828 - tags
29+
30+ build_tag_osx_release :
31+ tags :
32+ - osx
33+ artifacts :
34+ name : wallycore-android-jni
35+ when : on_success
36+ paths :
37+ - wallycore-0.3.0-cp27-cp27m-macosx_10_12_x86_64.whl
38+ - wallycore-0.3.0-cp27-cp27m-macosx_10_12_x86_64.whl.sha256
39+ - wallycore-0.3.0-cp36-cp36m-macosx_10_12_x86_64.whl
40+ - wallycore-0.3.0-cp36-cp36m-macosx_10_12_x86_64.whl.sha256
41+ - wallycore-macosx_10_12_intel-python2.tar.gz
42+ - wallycore-macosx_10_12_intel-python2.tar.gz.sha256
43+ - wallycore-macosx_10_12_intel-python3.tar.gz
44+ - wallycore-macosx_10_12_intel-python3.tar.gz.sha256
45+ script :
46+ - cd $CI_PROJECT_DIR
47+ - ./tools/build_python_eggs.sh
48+ only :
49+ - tags
You can’t perform that action at this time.
0 commit comments