Commit cab502ee authored by YdrMaster's avatar YdrMaster
Browse files

issue/55: CI 在 Windows 上执行


Signed-off-by: default avatarYdrMaster <ydrml@hotmail.com>
parent f385af7a
...@@ -9,11 +9,12 @@ on: ...@@ -9,11 +9,12 @@ on:
jobs: jobs:
build: build:
name: Build name: Build
runs-on: ubuntu-latest
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
os: [windows-latest, ubuntu-latest]
type: [debug, release] type: [debug, release]
runs-on: ${{ matrix.os }}
steps: steps:
- name: checkout code - name: checkout code
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment