Skip to content
Snippets Groups Projects
Commit 8cdc3ef0 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Complete missing stages

parent d1550ed2
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment