File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change 11name : Run Sage CI
2-
2+ # #
3+ # # This GitHub Actions workflow uses the portability testing framework
4+ # # of passagemath (https://github.com/passagemath).
5+ # #
6+ # # - Documentation: https://doc.sagemath.org/html/en/developer/portability_testing.html
7+ # #
8+ # # - Deployment of ci-sage.yml in upstream projects is tracked at
9+ # # https://github.com/passagemath/passagemath/issues/704
10+ # #
11+ # # - Contact: @passagemath/ci team on GitHub
12+ # #
313# # This GitHub Actions workflow provides:
414# #
515# # - portability testing, by building and testing this project on many platforms
@@ -15,10 +25,6 @@ name: Run Sage CI
1525# # After all jobs have finished (or are canceled) and a short delay,
1626# # tar files of all logs are made available as "build artifacts".
1727# #
18- # # This GitHub Actions workflow uses the portability testing framework
19- # # of SageMath (https://www.sagemath.org/). For more information, see
20- # # https://doc.sagemath.org/html/en/developer/portability_testing.html
21-
2228# # The workflow consists of two jobs:
2329# #
2430# # - First, it builds a source distribution of the project
You can’t perform that action at this time.
0 commit comments