Skip to content

Commit b75630f

Browse files
Lawrence Nahumjgriffiths
authored andcommitted
add build target for darwin artifacts
1 parent 824d7a3 commit b75630f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.gitlab-ci.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)