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

Remove unused bits of gitlab ci template

parent 52a7d02d
No related branches found
No related tags found
1 merge request!63Conda package based CI
# This build file uses template features from YAML so it is generic enough for
# any Bob project. Don't modify it unless you know what you're doing.
# Definition of global variables (all stages)
variables:
CONDA_ROOT: "${CI_PROJECT_DIR}/miniconda"
# Definition of our build pipeline order
stages:
- build
......@@ -61,14 +63,12 @@ stages:
build_linux_27:
<<: *linux_build_job
variables:
<<: *build_variables
PYTHON_VERSION: "2.7"
build_linux_36:
<<: *linux_build_job
variables:
<<: *build_variables
PYTHON_VERSION: "3.6"
BUILD_EGG: "true"
artifacts:
......@@ -83,14 +83,12 @@ build_linux_36:
build_macosx_27:
<<: *macosx_build_job
variables:
<<: *build_variables
PYTHON_VERSION: "2.7"
build_macosx_36:
<<: *macosx_build_job
variables:
<<: *build_variables
PYTHON_VERSION: "3.6"
......
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