@@ -8,8 +8,6 @@ name: Run Sage CI
8
8
# # - continuous integration, by building and testing other software
9
9
# # that depends on this project.
10
10
# #
11
- # # It runs on every pull request and push of a tag to the GitHub repository.
12
- # #
13
11
# # The testing can be monitored in the "Actions" tab of the GitHub repository.
14
12
# #
15
13
# # After all jobs have finished (or are canceled) and a short delay,
50
48
# Name of this project in the Sage distribution
51
49
SPKG : python_flint
52
50
# Standard setting: Test the current beta release of Sage:
53
- SAGE_REPO : sagemath/sage
54
- SAGE_REF : develop
55
51
REMOVE_PATCHES : " *"
56
52
57
53
jobs :
@@ -88,16 +84,17 @@ jobs:
88
84
uses : sagemath/sage/.github/workflows/docker.yml@develop
89
85
with :
90
86
# Sage distribution packages to build
91
- targets : SAGE_CHECK=no SAGE_CHECK_flint=yes SAGE_CHECK_python_flint=yes python_flint
87
+ targets : SAGE_CHECK=no SAGE_CHECK_flint=yes SAGE_CHECK_python_flint=yes python_flint
92
88
# Standard setting: Test the current beta release of Sage:
93
- sage_repo : sagemath/sage
94
- sage_ref : develop
95
- upstream_artifact : upstream
89
+ sage_repo : sagemath/sage
90
+ sage_ref : refs/pull/37224/head
91
+ # sage_ref: develop
92
+ upstream_artifact : upstream
96
93
# Docker targets (stages) to tag
97
- docker_targets : " with-targets"
94
+ docker_targets : " with-targets"
98
95
# We prefix the image name with the SPKG name ("python_flint_") to avoid the error
99
96
# 'Package "sage-docker-..." is already associated with another repository.'
100
- docker_push_repository : ghcr.io/${{ github.repository }}/python_flint_
97
+ docker_push_repository : ghcr.io/${{ github.repository }}/python_flint_
101
98
needs : [dist]
102
99
103
100
macos :
@@ -106,10 +103,10 @@ jobs:
106
103
osversion_xcodeversion_toxenv_tuples : >-
107
104
[["latest", "", "homebrew-macos-usrlocal-minimal"],
108
105
["latest", "", "homebrew-macos-usrlocal-standard"]]
109
- targets : SAGE_CHECK=no SAGE_CHECK_flint=yes SAGE_CHECK_python_flint=yes python_flint
106
+ targets : SAGE_CHECK=no SAGE_CHECK_flint=yes SAGE_CHECK_python_flint=yes python_flint
110
107
# Standard setting: Test the current beta release of Sage:
111
- sage_repo : sagemath/sage
112
- sage_ref : refs/pull/37224/head
113
- # sage_ref: develop
114
- upstream_artifact : upstream
108
+ sage_repo : sagemath/sage
109
+ sage_ref : refs/pull/37224/head
110
+ # sage_ref: develop
111
+ upstream_artifact : upstream
115
112
needs : [dist]
0 commit comments