Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
minijson
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
public
minijson
Commits
c92d5abf
Unverified
Commit
c92d5abf
authored
11 months ago
by
Piotr Maślanka
Browse files
Options
Downloads
Patches
Plain Diff
deploy fix
parent
fa02a85b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#60942
failed with stages
in 4 minutes and 3 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
3
−
3
View file @
c92d5abf
...
@@ -6,8 +6,8 @@ pages:
...
@@ -6,8 +6,8 @@ pages:
stage
:
build
stage
:
build
image
:
zoo.smok.co/build/build:pages
image
:
zoo.smok.co/build/build:pages
before_script
:
before_script
:
-
pip install --upgrade Cython setuptools pip
-
pip install
--break-system-packages
--upgrade Cython setuptools pip
-
pip install -r requirements.txt
-
pip install
--break-system-packages
-r requirements.txt
-
python setup.py build_ext --inplace
-
python setup.py build_ext --inplace
script
:
script
:
-
cd docs
-
cd docs
...
@@ -24,7 +24,7 @@ pages:
...
@@ -24,7 +24,7 @@ pages:
-
pip install -r requirements.txt
-
pip install -r requirements.txt
-
python setup.py build_ext --inplace
-
python setup.py build_ext --inplace
variables
:
variables
:
CI
:
"
1"
TESTING
:
"
1"
script
:
script
:
-
python -m coverage run -m nose2 -vv -F
-
python -m coverage run -m nose2 -vv -F
-
python -m coverage report
-
python -m coverage report
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
c92d5abf
...
@@ -10,7 +10,7 @@ from setuptools import setup, Extension
...
@@ -10,7 +10,7 @@ from setuptools import setup, Extension
directive_defaults
=
get_directive_defaults
()
directive_defaults
=
get_directive_defaults
()
directive_defaults
[
'
language_level
'
]
=
'
3
'
directive_defaults
[
'
language_level
'
]
=
'
3
'
macros
=
[]
macros
=
[]
if
'
DEBUG
'
in
os
.
environ
or
'
CI
'
in
os
.
environ
:
if
'
TESTING
'
in
os
.
environ
:
print
(
'
Enabling debug mode
'
)
print
(
'
Enabling debug mode
'
)
directive_defaults
[
'
linetrace
'
]
=
True
directive_defaults
[
'
linetrace
'
]
=
True
directive_defaults
[
'
profiling
'
]
=
True
directive_defaults
[
'
profiling
'
]
=
True
...
...
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