Skip to content
Snippets Groups Projects

Created the CLI command 'bdt ci docs' to replace the before_build.sh

Merged Tiago de Freitas Pereira requested to merge docs into master
2 unresolved threads

Merge request reports

Pipeline #30384 passed

Pipeline passed for 8e5aad1d on docs

Approval is optional

Merged by André AnjosAndré Anjos 5 years ago (May 22, 2019 1:03pm UTC)

Merge details

  • Changes merged into master with 5914cc65.
  • Deleted the source branch.
  • Auto-merge enabled

Pipeline #30385 passed

Pipeline passed for 5914cc65 on master

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Why don't you want to push the docs.yaml here?

  • André Anjos
  • André Anjos
  • Otherwise, the changes look encouraging! Thx!

  • added 2 commits

    • 8f6aee32 - Prepared template file for the docs
    • a38408ef - Prepared the doc build inside of 'bob ci docs'

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Tiago de Freitas Pereira resolved all discussions

    resolved all discussions

  • I think we are good to go

  • 1 # This YAML file contains descriptions for the CI of most of our Bob/BEAT/BATL
    2 # packages - do **not** modify it unless you know what you're doing (and up
    3 # to!)
    4
    5 # Definition of global variables (all stages)
    6 variables:
    7 PYTHONUNBUFFERED: "1"
    8 CONDA_ROOT: "${CI_PROJECT_DIR}/miniconda"
    9 BOOTSTRAP: "https://gitlab.idiap.ch/bob/bob.devtools/raw/master/bob/devtools/bootstrap.py"
    10
    11
    12 # Definition of our build pipeline order
    13 stages:
    14 - build
    15 - deploy
    16 - pypi
  • 12 # Definition of our build pipeline order
    13 stages:
    14 - build
    15 - deploy
    16 - pypi
    17
    18
    19 # Build targets
    20 .build_template: &build_job
    21 stage: build
    22 script:
    23 - curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
    24 - python3 bootstrap.py -vv channel base
    25 - source ${CONDA_ROOT}/etc/profile.d/conda.sh
    26 - conda activate base
    27 - bdt ci docs requirements.txt
  • André Anjos added 3 commits

    added 3 commits

    • 2308e07b - [ci] Move read_packages() from scripts.ci to ci
    • 1204df69 - [data] Fix docs.yaml by removing pypi build phase and adding verbosity to docs building
    • 8e5aad1d - [scripts/ci] Use read_packages from ..ci

    Compare with previous version

  • Thx for this work - set to automerge.

  • André Anjos enabled an automatic merge when the pipeline for 8e5aad1d succeeds

    enabled an automatic merge when the pipeline for 8e5aad1d succeeds

  • merged

  • André Anjos mentioned in commit 5914cc65

    mentioned in commit 5914cc65

  • Please register or sign in to reply
    Loading