Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
99fefff7
Commit
99fefff7
authored
Jan 10, 2019
by
André Anjos
💬
Browse files
[ci] Fixes to the scripts
parent
48608ad6
Pipeline
#25788
failed with stages
in 3 minutes and 46 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
99fefff7
...
...
@@ -13,9 +13,9 @@ stages:
.build_template
:
&build_job
stage
:
build
before_script
:
-
./
_
ci/bootstrap.sh
-
./ci/bootstrap.sh
script
:
-
./
_
ci/build.sh
-
./ci/build.sh
cache
:
&build_caches
paths
:
-
miniconda.sh
...
...
@@ -73,9 +73,9 @@ build_macosx_36:
.deploy_template
:
&deploy_job
stage
:
deploy
before_script
:
-
./
_
ci/bootstrap.sh self
-
./ci/bootstrap.sh self
script
:
-
./
_
ci/deploy.sh
-
./ci/deploy.sh
dependencies
:
-
build_linux_36
-
build_macosx_36
...
...
_
ci/bootstrap.sh
→
ci/bootstrap.sh
View file @
99fefff7
#!/u
r
s/bin/env bash
#!/us
r
/bin/env bash
# Bootstraps a new conda installation and prepares base environment
# if "self" is passed as parameter, then self installs an already built
...
...
_
ci/build.sh
→
ci/build.sh
View file @
99fefff7
File moved
_
ci/deploy.sh
→
ci/deploy.sh
View file @
99fefff7
File moved
_
ci/nextbuild.py
→
ci/nextbuild.py
View file @
99fefff7
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment