From 8cdc3ef0680fd116b1e2deb17c05616a66814a85 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Fri, 23 Sep 2016 13:45:59 +0200 Subject: [PATCH] Complete missing stages --- templates/ci-for-cxx-extensions.yml | 35 +++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/templates/ci-for-cxx-extensions.yml b/templates/ci-for-cxx-extensions.yml index a61544c..77de944 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 -- GitLab