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

Commit

Permalink
Full targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed Mar 26, 2020
1 parent 5a387d0 commit 122f972
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci-cygwin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [push, pull_request]

env:
MAKE: make -j8
SAGE_NUM_THREADS: 3
SAGE_CHECK: warn
SAGE_CHECK_PACKAGES: "!cython,!r,!python3,!python2,!nose,!pathpy,!gap,!cysignals,!linbox,!git,!ppl"
CYGWIN: winsymlinks:native
Expand All @@ -12,8 +13,7 @@ jobs:
cygwin-stage-ii-a:
env:
STAGE: ii-a
TARGETS: cddlib
#cvxopt rpy2
TARGETS: cvxopt rpy2 networkx
LOCAL_ARTIFACT_NAME: sage-local-commit-${{ github.sha }}-cygwin-${{ matrix.pkgs }}
LOGS_ARTIFACT_NAME: logs-commit-${{ github.sha }}-cygwin-${{ matrix.pkgs }}

Expand Down Expand Up @@ -83,8 +83,7 @@ jobs:
cygwin-stage-ii-b:
env:
STAGE: ii-b
TARGETS: bliss
#singular maxima gap pari
TARGETS: ppl singular maxima gap pari gfan palp flintqs ratpoints arb ecm glpk givaro
LOCAL_ARTIFACT_NAME: sage-local-commit-${{ github.sha }}-cygwin-${{ matrix.pkgs }}
LOGS_ARTIFACT_NAME: logs-commit-${{ github.sha }}-cygwin-${{ matrix.pkgs }}

Expand Down Expand Up @@ -154,8 +153,7 @@ jobs:
env:
STAGE: iii
PREVIOUS_STAGES: ii-*
TARGETS: cddlib ppl setuptools
#build ptest
TARGETS: build ptest
LOCAL_ARTIFACT_NAME: sage-local-commit-${{ github.sha }}-cygwin-${{ matrix.pkgs }}
LOGS_ARTIFACT_NAME: logs-commit-${{ github.sha }}-cygwin-${{ matrix.pkgs }}

Expand Down

0 comments on commit 122f972

Please sign in to comment.