diff --git a/templates/ci-for-cxx-extensions.yml b/templates/ci-for-cxx-extensions.yml index a61544c8608e1a9bfadf1cf26f7adab0922ef20e..77de94488950c162395b6f548360b53fcb25bb47 100644 --- a/templates/ci-for-cxx-extensions.yml +++ b/templates/ci-for-cxx-extensions.yml @@ -122,6 +122,7 @@ test_linux_27: wheels_linux_27: <<: *wheels_job + variables: *linux_27_build_variables dependencies: - build_linux_27 tags: @@ -144,6 +145,14 @@ test_linux_34: tags: - conda-linux +wheels_linux_34: + <<: *wheels_job + variables: *linux_34_build_variables + dependencies: + - build_linux_34 + tags: + - conda-linux + # Linux + Python 3.5: Builds, tests, uploads wheel and deploys build_linux_35: @@ -163,6 +172,7 @@ test_linux_35: wheels_linux_35: <<: *wheels_job + variables: *linux_35_build_variables dependencies: - build_linux_35 tags: @@ -170,6 +180,7 @@ wheels_linux_35: docs_linux_35: <<: *docs_job + variables: *linux_35_build_variables dependencies: - build_linux_35 tags: @@ -200,6 +211,14 @@ test_macosx_27: tags: - conda-macosx +wheels_macosx_27: + <<: *wheels_job + variables: *macosx_27_build_variables + dependencies: + - build_macosx_27 + tags: + - conda-macosx + # Mac OSX + Python 3.4: Builds and tests build_macosx_34: @@ -217,6 +236,14 @@ test_macosx_34: tags: - conda-macosx +wheels_macosx_34: + <<: *wheels_job + variables: *macosx_34_build_variables + dependencies: + - build_macosx_34 + tags: + - conda-macosx + # Mac OSX + Python 3.5: Builds and tests build_macosx_35: @@ -233,3 +260,11 @@ test_macosx_35: - build_macosx_35 tags: - conda-macosx + +wheels_macosx_35: + <<: *wheels_job + variables: *macosx_35_build_variables + dependencies: + - build_macosx_35 + tags: + - conda-macosx