Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
Commits
26d40043
Commit
26d40043
authored
Nov 16, 2021
by
Stefan Behnel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[0.29.x only] Remove CI build targets that only work in master.
parent
0ea0efc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
116 deletions
+1
-116
.github/workflows/ci.yml
.github/workflows/ci.yml
+1
-116
No files found.
.github/workflows/ci.yml
View file @
26d40043
...
...
@@ -73,49 +73,6 @@ jobs:
backend
:
"
c,cpp"
env
:
{
TEST_CODE_STYLE
:
1
,
NO_CYTHON_COMPILE
:
1
}
extra_hash
:
"
-codestyle"
# Limited API
-
os
:
ubuntu-18.04
python-version
:
3.6
backend
:
"
c,cpp"
env
:
{
LIMITED_API
:
"
--limited-api"
,
EXCLUDE
:
"
--no-file"
}
extra_hash
:
"
-limited_api"
-
os
:
ubuntu-18.04
python-version
:
3.7
backend
:
"
c,cpp"
env
:
{
LIMITED_API
:
"
--limited-api"
,
EXCLUDE
:
"
--no-file"
}
extra_hash
:
"
-limited_api"
-
os
:
ubuntu-18.04
python-version
:
3.8
backend
:
"
c,cpp"
env
:
{
LIMITED_API
:
"
--limited-api"
,
EXCLUDE
:
"
--no-file"
}
extra_hash
:
"
-limited_api"
# Type specs
-
os
:
ubuntu-18.04
python-version
:
3.9
backend
:
c
env
:
{
EXTRA_CFLAGS
:
"
-DCYTHON_USE_TYPE_SPECS=1"
}
extra_hash
:
"
-typespecs"
-
os
:
ubuntu-18.04
python-version
:
3.8
backend
:
c
env
:
{
EXTRA_CFLAGS
:
"
-DCYTHON_USE_TYPE_SPECS=1"
}
extra_hash
:
"
-typespecs"
-
os
:
ubuntu-18.04
python-version
:
3.7
backend
:
c
env
:
{
EXTRA_CFLAGS
:
"
-DCYTHON_USE_TYPE_SPECS=1"
}
extra_hash
:
"
-typespecs"
-
os
:
ubuntu-18.04
python-version
:
3.6
backend
:
c
env
:
{
EXTRA_CFLAGS
:
"
-DCYTHON_USE_TYPE_SPECS=1"
}
extra_hash
:
"
-typespecs"
-
os
:
ubuntu-18.04
python-version
:
3.5
backend
:
c
env
:
{
EXTRA_CFLAGS
:
"
-DCYTHON_USE_TYPE_SPECS=1"
}
extra_hash
:
"
-typespecs"
allowed_failure
:
true
# Stackless
-
os
:
ubuntu-18.04
python-version
:
2.7
...
...
@@ -132,25 +89,12 @@ jobs:
python-version
:
pypy-2.7
backend
:
c
env
:
{
NO_CYTHON_COMPILE
:
1
}
-
os
:
ubuntu-18.04
python-version
:
pypy-3.7
backend
:
c
env
:
{
NO_CYTHON_COMPILE
:
1
}
# Pypy [allowed-failures] - These specifically test known bugs
-
os
:
ubuntu-18.04
python-version
:
pypy-2.7
backend
:
c
env
:
{
NO_CYTHON_COMPILE
:
1
,
EXCLUDE
:
"
--listfile=tests/pypy_bugs.txt
--listfile=tests/pypy2_bugs.txt
bugs"
,
}
allowed_failure
:
true
extra_hash
:
"
-allowed_failures"
-
os
:
ubuntu-18.04
python-version
:
pypy-3.7
backend
:
c
env
:
{
NO_CYTHON_COMPILE
:
1
,
EXCLUDE
:
"
--listfile=tests/pypy_bugs.txt
bugs"
}
env
:
{
NO_CYTHON_COMPILE
:
1
}
allowed_failure
:
true
extra_hash
:
"
-allowed_failures"
# Coverage - Disabled due to taking too long to run
...
...
@@ -256,62 +200,3 @@ jobs:
name
:
wheels-${{ runner.os }}
path
:
dist/*.whl
if-no-files-found
:
ignore
pycoverage
:
runs-on
:
ubuntu-18.04
env
:
BACKEND
:
c,cpp
OS_NAME
:
ubuntu-18.04
PYTHON_VERSION
:
3.9
steps
:
-
name
:
Checkout repo
uses
:
actions/checkout@v2
with
:
fetch-depth
:
1
-
name
:
Setup python
uses
:
actions/setup-python@v2
with
:
python-version
:
3.9
-
name
:
Run Coverage
env
:
{
COVERAGE
:
1
,
NO_CYTHON_COMPILE
:
1
}
run
:
bash ./Tools/ci-run.sh
-
name
:
Upload Coverage Report
uses
:
actions/upload-artifact@v2
with
:
name
:
pycoverage_html
path
:
coverage-report-html
# cycoverage:
# runs-on: ubuntu-18.04
#
# env:
# BACKEND: c,cpp
# OS_NAME: ubuntu-18.04
# PYTHON_VERSION: 3.9
#
# steps:
# - name: Checkout repo
# uses: actions/checkout@v2
# with:
# fetch-depth: 1
#
# - name: Setup python
# uses: actions/setup-python@v2
# with:
# python-version: 3.9
#
# - name: Run Coverage
# env: { COVERAGE: 1 }
# run: bash ./Tools/ci-run.sh
#
# - name: Upload Coverage Report
# uses: actions/upload-artifact@v2
# with:
# name: cycoverage_html
# path: coverage-report-html
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