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
33178428
Commit
33178428
authored
4 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[conda] Try another type of check
parent
b184bbcf
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!160
Fix base_build() with a proper support for multi-package-building through conda-build
Pipeline
#40147
failed
4 years ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
conda/meta.yaml
+2
-2
2 additions, 2 deletions
conda/meta.yaml
with
2 additions
and
2 deletions
conda/meta.yaml
+
2
−
2
View file @
33178428
...
...
@@ -12,7 +12,7 @@ build:
-
{{
pin_subpackage(name)
}}
script
:
-
cd {{ environ.get('RECIPE_DIR') + '/..' }}
{
%
if environ.get('BUILD_EGG') and not path.exists('dist') %
}
{
%
if environ.get('BUILD_EGG') and not
os.
path.exists('dist') %
}
-
python setup.py sdist --formats=zip
{
%
endif %
}
-
{{
PYTHON
}}
-m pip install --no-deps --ignore-installed .
...
...
@@ -108,7 +108,7 @@ test:
-
bdt gitlab graph --help
-
bdt gitlab badges --help
-
sphinx-build -aEW ${PREFIX}/share/doc/{{ name }}/doc sphinx
{
%
if not path.exists('sphinx') %
}
{
%
if not
os.
path.exists('sphinx') %
}
-
if [ -n "${CI_PROJECT_DIR}" ]; then mv sphinx "${CI_PROJECT_DIR}/"; fi
{
%
endif %
}
...
...
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