Skip to content

Commit

Permalink
remove windows from Sipnet CI
Browse files Browse the repository at this point in the history
While implementing & reviewing #17 and #18 it became clear that supporting Windows builds would require a lot of exceptions. Given that Windows Subsystem for Linux provides a viable option for Windows users this PR proposes removing support for windows builds.
  • Loading branch information
dlebauer authored Aug 19, 2024
1 parent db537b7 commit 7416460
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:

# try to build SIPNET on Windows, Ubuntu, MacOS
# try to build SIPNET on Ubuntu & MacOS
build:
strategy:
fail-fast: false
Expand All @@ -18,7 +18,6 @@ jobs:
- macos-latest
- ubuntu-latest
- ubuntu-20.04
- windows-latest

runs-on: ${{ matrix.OS }}

Expand Down Expand Up @@ -46,7 +45,6 @@ jobs:
exit 1
# check whether niwot.out has changed
- name: Check whether niwot.out has changed
if: runner.os != 'Windows' #fails b/c line endings?
shell: bash
run: |
if git diff --exit-code Sites/Niwot/niwot.out; then
Expand Down

0 comments on commit 7416460

Please sign in to comment.