Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
bob.devtools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
7
Issues
7
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bob
bob.devtools
Commits
7ca2788b
Commit
7ca2788b
authored
May 26, 2020
by
André Anjos
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci] Do not run readme-check on osx
parent
18f46092
Pipeline
#40152
passed with stage
in 8 minutes and 5 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
.gitlab-ci.yml
.gitlab-ci.yml
+10
-5
No files found.
.gitlab-ci.yml
View file @
7ca2788b
...
...
@@ -14,11 +14,6 @@ stages:
# Build targets
.build_template
:
stage
:
build
script
:
-
python3 ./bob/devtools/bootstrap.py -vv build
-
source ${CONDA_ROOT}/etc/profile.d/conda.sh
-
conda activate base
-
python3 ./bob/devtools/build.py -vv --twine-check
artifacts
:
expire_in
:
1 week
cache
:
...
...
@@ -36,6 +31,11 @@ build_linux:
before_script
:
-
rm -f /root/.condarc
-
rm -rf /root/.conda
script
:
-
python3 ./bob/devtools/bootstrap.py -vv build
-
source ${CONDA_ROOT}/etc/profile.d/conda.sh
-
conda activate base
-
python3 ./bob/devtools/build.py -vv --twine-check
artifacts
:
paths
:
-
dist/*.zip
...
...
@@ -52,6 +52,11 @@ build_macosx:
extends
:
.build_template
tags
:
-
macosx
script
:
-
python3 ./bob/devtools/bootstrap.py -vv build
-
source ${CONDA_ROOT}/etc/profile.d/conda.sh
-
conda activate base
-
python3 ./bob/devtools/build.py -vv
artifacts
:
paths
:
-
${CONDA_ROOT}/conda-bld/osx-64/*.conda
...
...
Write
Preview
Markdown
is supported
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