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
93edfdca
Commit
93edfdca
authored
6 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[ci] Test bdt bootstrapping
parent
89420718
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#25805
failed
6 years ago
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
ci/bootstrap.sh
+1
-0
1 addition, 0 deletions
ci/bootstrap.sh
ci/deploy.sh
+0
-10
0 additions, 10 deletions
ci/deploy.sh
with
1 addition
and
11 deletions
.gitlab-ci.yml
+
0
−
1
View file @
93edfdca
...
@@ -78,7 +78,6 @@ build_macosx_36:
...
@@ -78,7 +78,6 @@ build_macosx_36:
-
source ${CONDA_ROOT}/etc/profile.d/conda.sh
-
source ${CONDA_ROOT}/etc/profile.d/conda.sh
-
conda activate myenv
-
conda activate myenv
-
bdt --help
-
bdt --help
-
bdt ci deploy
dependencies
:
dependencies
:
-
build_linux_36
-
build_linux_36
-
build_macosx_36
-
build_macosx_36
...
...
This diff is collapsed.
Click to expand it.
ci/bootstrap.sh
+
1
−
0
View file @
93edfdca
...
@@ -135,6 +135,7 @@ if [ "${1}" == "build" ]; then
...
@@ -135,6 +135,7 @@ if [ "${1}" == "build" ]; then
elif
[
"
${
1
}
"
==
"local"
]
;
then
elif
[
"
${
1
}
"
==
"local"
]
;
then
run_cmd
${
CONDA_ROOT
}
/bin/conda index
${
CONDA_ROOT
}
/conda-bld
run_cmd
${
CONDA_ROOT
}
/bin/conda index
${
CONDA_ROOT
}
/conda-bld
CONDA_CLI_CHANNELS
=
"-c
${
CONDA_ROOT
}
/conda-bld
${
CONDA_CLI_CHANNELS
}
"
CONDA_CLI_CHANNELS
=
"-c
${
CONDA_ROOT
}
/conda-bld
${
CONDA_CLI_CHANNELS
}
"
run_cmd
ls
-l
${
CONDA_ROOT
}
/conda-bld/
run_cmd
${
CONDA_ROOT
}
/bin/conda create
-n
"
${
2
}
"
--override-channels
${
CONDA_CLI_CHANNELS
}
bob.devtools
run_cmd
${
CONDA_ROOT
}
/bin/conda create
-n
"
${
2
}
"
--override-channels
${
CONDA_CLI_CHANNELS
}
bob.devtools
elif
[
"
${
1
}
"
==
"beta"
]
||
[
"
${
1
}
"
==
"stable"
]
;
then
elif
[
"
${
1
}
"
==
"beta"
]
||
[
"
${
1
}
"
==
"stable"
]
;
then
run_cmd
${
CONDA_ROOT
}
/bin/conda create
-n
"
${
2
}
"
--override-channels
${
CONDA_CLI_CHANNELS
}
bob.devtools
run_cmd
${
CONDA_ROOT
}
/bin/conda create
-n
"
${
2
}
"
--override-channels
${
CONDA_CLI_CHANNELS
}
bob.devtools
...
...
This diff is collapsed.
Click to expand it.
ci/deploy.sh
deleted
100755 → 0
+
0
−
10
View file @
89420718
#!/usr/bin/env bash
# Wed Jan 9 16:48:57 CET 2019
deploy_conda_packages
${
CONDA_CHANNELS
[0]
}
${
CI_PROJECT_NAME
}
# upload the docs from the sphinx folder (usually an artifact of Linux Python
# 3.6 builds)
for
folder
in
"
${
DOC_UPLOADS
[@]
}
"
;
do
dav_upload_folder sphinx
"
${
folder
}
"
done
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