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
9bb27dc7
Commit
9bb27dc7
authored
5 years ago
by
Zohreh MOSTAANI
Browse files
Options
Downloads
Patches
Plain Diff
[ci] made docs to be build on macosx
parent
22ded188
No related branches found
No related tags found
1 merge request
!67
[ci] made docs to be build on macosx
Pipeline
#31731
passed
5 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bob/devtools/data/gitlab-ci/docs.yaml
+7
-15
7 additions, 15 deletions
bob/devtools/data/gitlab-ci/docs.yaml
with
7 additions
and
15 deletions
bob/devtools/data/gitlab-ci/docs.yaml
+
7
−
15
View file @
9bb27dc7
...
...
@@ -32,31 +32,23 @@ stages:
-
${CONDA_ROOT}/pkgs/urls.txt
.build_
linu
x_template
:
&
linu
x_build_job
.build_
macos
x_template
:
&
macos
x_build_job
<<
:
*build_job
tags
:
-
docker
image
:
continuumio/conda-concourse-ci
-
macosx
artifacts
:
expire_in
:
1 week
paths
:
-
${CONDA_ROOT}/conda-bld/
linu
x-64/*.tar.bz2
-
${CONDA_ROOT}/conda-bld/
os
x-64/*.tar.bz2
cache
:
<<
:
*build_caches
key
:
"
linu
x-cache"
key
:
"
macos
x-cache"
build_
linu
x_36
:
<<
:
*
linu
x_build_job
build_
macos
x_36
:
<<
:
*
macos
x_build_job
variables
:
GITLAB_CHECKOUT_STRATEGY
:
"
https://gitlab-ci-token:${CI_BUILD_TOKEN}@gitlab.idiap.ch/"
PYTHON_VERSION
:
"
3.6"
BUILD_EGG
:
"
true"
artifacts
:
expire_in
:
1 week
paths
:
-
sphinx
-
${CONDA_ROOT}/conda-bld/linux-64/*.tar.bz2
# Deploy targets
...
...
@@ -70,7 +62,7 @@ build_linux_36:
-
bdt ci deploy -vv
-
bdt ci clean -vv
dependencies
:
-
build_
linu
x_36
-
build_
macos
x_36
tags
:
-
docker
cache
:
&build_caches
...
...
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