Skip to content

Commit

Permalink
ci: move Windows CI to GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Nov 14, 2022
1 parent 5785e9b commit dd58923
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 18 deletions.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ on:
- master
jobs:
unit-test:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
- windows-latest
fail-fast: false
name: "Unit Test: ${{ matrix.os }}"
steps:
- uses: actions/checkout@v2

Expand Down
17 changes: 0 additions & 17 deletions appveyor.yml

This file was deleted.

0 comments on commit dd58923

Please sign in to comment.