Skip to content

Commit

Permalink
#42 #28 #46 reinstating numpy unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Aug 24, 2020
1 parent 4d65cca commit df6931b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cpythonmacosbuild_nosendpypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: CPython GMIC MacOS Optimized Build
# Imitating https://github.com/vinecopulib/pyvinecopulib/blob/master/.github/workflows/pypi.yml

# This shall not be run on tag-based releases
on: [push]

jobs:
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/cpythonmanylinuxbuild_nosendpypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ name: CPython GMIC Manylinux 2010 & 2014 i686 & x86_64
# Use this for development purposes, not for release
# Ugly mix of https://github.com/htm-community/htm.core/blob/master/.github/workflows/build.yml and https://github.com/pypa/python-manylinux-demo

# Prevent running job on tag-based release
on:
push:
# Sequence of patterns matched against refs/tags
tags-ignore:
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
# See further, this job shall not be run on tag-based releases
on: [push]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpythonpythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
bash build_tools.bash 1_clean_and_regrab_gmic_src
bash build_tools.bash 2b_compile_debug
bash build_tools.bash 3b_test_compiled_so_no_numpy #3_test_compiled_so
bash build_tools.bash 3_test_compiled_so
# && bash build_tools.bash 11_send_to_pypi #Note that most probably nothing will be sent to PyPI because of too modern linked libraries
- name: upload .so debug build dir as artifact
uses: actions/upload-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpythonpythonpackageoptimized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
bash build_tools.bash 1_clean_and_regrab_gmic_src
bash build_tools.bash 2_compile #2b_compile_debug
bash build_tools.bash 3b_test_compiled_so_no_numpy #3_test_compiled_so
bash build_tools.bash 3_test_compiled_so
# && bash build_tools.bash 11_send_to_pypi #Note that most probably nothing will be sent to PyPI because of too modern linked libraries
- name: upload .so optimized build dir as artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit df6931b

Please sign in to comment.