File tree Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Expand file tree Collapse file tree 2 files changed +12
-9
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,17 @@ jobs:
1919 fail-fast : false
2020 matrix :
2121 include :
22- - os : ubuntu-latest
23- arch : x86_64
24- - os : ubuntu-latest
25- arch : i686
26- - os : macos-latest
27- arch : auto
28- - os : macos-latest
29- arch : arm64
22+ # # - os: ubuntu-latest
23+ # # arch: x86_64
24+ # # - os: ubuntu-latest
25+ # # arch: i686
26+ # # - os: macos-latest
27+ # # arch: auto
28+ # # - os: macos-latest
29+ # # arch: arm64
30+ - os : windows-latest
31+ arch : AMD64
32+
3033 env :
3134 CIBW_ARCHS : ${{ matrix.arch }}
3235
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ build-backend = "setuptools.build_meta"
1414# Use --no-third-party to avoid linking in GLPK.
1515# The resulting binary would not be distributable.
1616before-all = """
17- apt-get install --yes wget || yum install -y wget || brew install bash coreutils
17+ apt-get install --yes wget || yum install -y wget || brew install bash coreutils || :
1818 wget https://raw.githubusercontent.com/coin-or/coinbrew/master/coinbrew
1919 sed -i.bak '/invoke_make/s/install/-j1 install/' coinbrew
2020 chmod +x coinbrew
You can’t perform that action at this time.
0 commit comments