Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.devtools
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.devtools
Commits
ebc85631
Commit
ebc85631
authored
5 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[data/gitlab-ci] Actually builds the docs
parent
e3c6a492
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#30413
passed
5 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/devtools/data/gitlab-ci/docs.yaml
+0
-34
0 additions, 34 deletions
bob/devtools/data/gitlab-ci/docs.yaml
with
0 additions
and
34 deletions
bob/devtools/data/gitlab-ci/docs.yaml
+
0
−
34
View file @
ebc85631
...
...
@@ -52,13 +52,6 @@ build_linux_36:
GITLAB_CHECKOUT_STRATEGY
:
"
https://gitlab-ci-token:${CI_BUILD_TOKEN}@gitlab.idiap.ch/"
PYTHON_VERSION
:
"
3.6"
BUILD_EGG
:
"
true"
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 build -vv
-
bdt ci clean -vv
artifacts
:
expire_in
:
1 week
paths
:
...
...
@@ -66,33 +59,6 @@ build_linux_36:
-
${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
# Test targets (not normally used)
.test_template
:
&test_job
stage
:
test
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 test -vv
-
bdt ci clean -vv
cache
:
&test_caches
paths
:
-
miniconda.sh
-
${CONDA_ROOT}/pkgs/*.tar.bz2
-
${CONDA_ROOT}/pkgs/urls.txt
.test_linux_template
:
&linux_test_job
<<
:
*test_job
tags
:
-
docker
image
:
continuumio/conda-concourse-ci
cache
:
<<
:
*test_caches
key
:
"
linux-cache"
# Deploy targets
.deploy_template
:
&deploy_job
stage
:
deploy
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment