Remove windows ci

This commit is contained in:
Dheepak Krishnamurthy 2020-07-26 23:38:03 -06:00
parent ad1f0999d9
commit 75141ef561

View file

@ -6,7 +6,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, macos-latest]
include: include:
- os: ubuntu-latest - os: ubuntu-latest
target: x86_64-unknown-linux-musl target: x86_64-unknown-linux-musl
@ -14,9 +14,9 @@ jobs:
- os: macOS-latest - os: macOS-latest
target: x86_64-apple-darwin target: x86_64-apple-darwin
rust_flags: '' rust_flags: ''
- os: windows-latest # - os: windows-latest
target: x86_64-pc-windows-msvc # target: x86_64-pc-windows-msvc
rust_flags: -C target-feature=+crt-static # rust_flags: -C target-feature=+crt-static
env: env:
RUSTFLAGS: ${{ matrix.rust_flags }} RUSTFLAGS: ${{ matrix.rust_flags }}
MACOSX_DEPLOYMENT_TARGET: 10.7 MACOSX_DEPLOYMENT_TARGET: 10.7