Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop' into t/29581/new_algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Jung committed May 5, 2020
2 parents d372293 + bfbaddc commit c975bd2
Show file tree
Hide file tree
Showing 107 changed files with 3,508 additions and 850 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: windows-latest
name: CI cygwin-minimal

on:
pull_request:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pkgs: [minimal, standard, standard-python2]
pkgs: [minimal]
steps:
- run: |
git config --global core.autocrlf false
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
cygwin-stage-i-b:
env:
STAGE: i-b
TARGETS: cython setuptools_scm
TARGETS: cython setuptools_scm kiwisolver dateutil cycler pyparsing nose certifi singledispatch pkgconfig pplpy
LOCAL_ARTIFACT_NAME: sage-local-commit-${{ github.sha }}-cygwin-${{ matrix.pkgs }}
LOGS_ARTIFACT_NAME: logs-commit-${{ github.sha }}-cygwin-${{ matrix.pkgs }}

Expand All @@ -100,7 +100,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pkgs: [minimal, standard, standard-python2]
pkgs: [minimal]
steps:
- run: |
git config --global core.autocrlf false
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pkgs: [minimal, standard, standard-python2]
pkgs: [minimal]
steps:
- run: |
git config --global core.autocrlf false
Expand Down Expand Up @@ -244,7 +244,7 @@ jobs:
env:
STAGE: ii-b
PREVIOUS_STAGES: i-*
TARGETS: ppl singular maxima gap pari gfan palp flintqs ratpoints arb ecm glpk givaro
TARGETS: singular maxima gap pari gfan palp flintqs ratpoints arb ecm givaro
LOCAL_ARTIFACT_NAME: sage-local-commit-${{ github.sha }}-cygwin-${{ matrix.pkgs }}
LOGS_ARTIFACT_NAME: logs-commit-${{ github.sha }}-cygwin-${{ matrix.pkgs }}

Expand All @@ -255,7 +255,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pkgs: [minimal, standard, standard-python2]
pkgs: [minimal]
steps:
- run: |
git config --global core.autocrlf false
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pkgs: [minimal, standard, standard-python2]
pkgs: [minimal]
steps:
- run: |
git config --global core.autocrlf false
Expand Down Expand Up @@ -415,7 +415,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pkgs: [minimal, standard, standard-python2]
pkgs: [minimal]
steps:
- run: |
git config --global core.autocrlf false
Expand Down Expand Up @@ -496,7 +496,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pkgs: [minimal, standard, standard-python2]
pkgs: [minimal]
steps:
- run: |
git config --global core.autocrlf false
Expand Down Expand Up @@ -576,7 +576,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pkgs: [minimal, standard, standard-python2]
pkgs: [minimal]
steps:
- run: |
git config --global core.autocrlf false
Expand Down Expand Up @@ -656,7 +656,7 @@ jobs:
strategy:
fail-fast: false
matrix:
pkgs: [minimal, standard, standard-python2]
pkgs: [minimal]
steps:
- run: |
git config --global core.autocrlf false
Expand Down
Loading

0 comments on commit c975bd2

Please sign in to comment.