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

[data][gitlab-ci] New nightlies base CI instructions

parent 84223e61
No related branches found
No related tags found
1 merge request!28Nightlies
Pipeline #27458 failed
# This YAML file contains descriptions for the CI of nightly builds of Bob and
# BEAT.
stages:
- build
.build_template:
variables:
CONDA_ROOT: "${CI_PROJECT_DIR}/miniconda"
PYTHON_VERSION: "3.6"
PYTHONUNBUFFERED: 1
stage: build
script:
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel base
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base
- bdt ci nightlies -vv order.txt
- bdt ci clean -vv
cache:
key: "$CI_JOB_NAME"
paths:
- miniconda.sh
- ${CONDA_ROOT}/pkgs/*.tar.bz2
- ${CONDA_ROOT}/pkgs/urls.txt
linux:
extends: .build_template
tags:
- docker
macosx:
extends: .build_template
tags:
- 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