mirror of
https://github.com/beetbox/beets.git
synced 2025-12-25 01:53:31 +01:00
feat: add windows into ci
This commit is contained in:
parent
bf06338cc7
commit
e66cfd58ad
1 changed files with 6 additions and 4 deletions
10
.github/workflows/ci.yaml
vendored
10
.github/workflows/ci.yaml
vendored
|
|
@ -5,10 +5,11 @@ jobs:
|
|||
runs-on: ${{ matrix.platform }}
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ ubuntu-latest ]
|
||||
platform: [ windows-latest, ubuntu-latest ]
|
||||
env:
|
||||
PY_COLOR: 1
|
||||
NOSE_SHOW_SKIPPED: 1
|
||||
PY_COLOR: 1
|
||||
PYTHONIOENCODING: utf-8
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 2.7
|
||||
|
|
@ -39,11 +40,12 @@ jobs:
|
|||
runs-on: ${{ matrix.platform }}
|
||||
strategy:
|
||||
matrix:
|
||||
platform: [ ubuntu-latest ]
|
||||
platform: [ windows-latest, ubuntu-latest ]
|
||||
python-version: [ 5, 6, 7, 8 ]
|
||||
env:
|
||||
PY_COLOR: 1
|
||||
NOSE_SHOW_SKIPPED: 1
|
||||
PY_COLOR: 1
|
||||
PYTHONIOENCODING: utf-8
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Python 3.${{ matrix.python-version }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue